summaryrefslogtreecommitdiff
path: root/src/parameters_parser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/parameters_parser.cc')
-rw-r--r--src/parameters_parser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parameters_parser.cc b/src/parameters_parser.cc
index 9ca475f7..b37e13d3 100644
--- a/src/parameters_parser.cc
+++ b/src/parameters_parser.cc
@@ -9,7 +9,7 @@ String generate_switches_doc(const SwitchMap& switches)
{
String res;
for (auto& sw : switches)
- res += format(" -{} {}: {}\n", sw.key,
+ res += format("-{} {}: {}\n", sw.key,
sw.value.takes_arg ? "<arg>" : "",
sw.value.description);
return res;