summaryrefslogtreecommitdiffstats
path: root/client/cmd_line_parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/cmd_line_parser.cpp')
-rw-r--r--client/cmd_line_parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/cmd_line_parser.cpp b/client/cmd_line_parser.cpp
index b937fb0f..12d5945b 100644
--- a/client/cmd_line_parser.cpp
+++ b/client/cmd_line_parser.cpp
@@ -514,5 +514,5 @@ void CmdLineParser::show_help()
}
os << "\n";
- Platform::term_printf(os.str().c_str());
+ Platform::term_printf("%s", os.str().c_str());
}