summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 76ea2cd..d94895a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -133,7 +133,7 @@ static void parseCommandLine(const QCoreApplication &a)
parser.addOption(oResList);
QCommandLineOption oMapping("mapping",
QCoreApplication::translate("main", "Map resolutions (from --resolutions) to output names."
- " The list of resolutions is zero-based.", "<index>=<output> [...]"));
+ " The list of resolutions is zero-based."), "<index>=<output> [...]");
parser.addOption(oMapping);
// PARSE
parser.process(a);