summaryrefslogtreecommitdiff
path: root/src/util/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/options.cpp')
-rw-r--r--src/util/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/options.cpp b/src/util/options.cpp
index f6d3c3092..1d2e4ed8b 100644
--- a/src/util/options.cpp
+++ b/src/util/options.cpp
@@ -79,7 +79,7 @@ string Options::getDescription() const {
return optionsDescription;
}
-void Options::printUsage(const string msg, std::ostream& out) {
+void Options::printUsage(const std::string msg, std::ostream& out) {
out << msg << optionsDescription << endl << flush;
// printf(usage + options.getDescription(), options.binary_name.c_str());
// printf(usage, binary_name.c_str());
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback