summaryrefslogtreecommitdiff
path: root/cli/header.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-06-15 11:00:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-06-15 11:00:52 +0200
commite2605ba3c9ca35524b0c86e74ffa37bee548aef3 (patch)
tree5ff3f5145fa9731895e2bf470efb7c94585331a8 /cli/header.cxx
parent5473563e9af0abbc81a3cfd7079c34fbc75dfdb4 (diff)
Add support for specifying output stream type (--stream-type)
Diffstat (limited to 'cli/header.cxx')
-rw-r--r--cli/header.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/header.cxx b/cli/header.cxx
index e16b592..60d6c6a 100644
--- a/cli/header.cxx
+++ b/cli/header.cxx
@@ -175,7 +175,7 @@ namespace
os << "// Print usage information." << endl
<< "//" << endl
<< "static void" << endl
- << "print_usage (::std::ostream&);"
+ << "print_usage (" << options.ostream_type () << "&);"
<< endl;
}