summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/windeployqt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windeployqt/main.cpp b/src/windeployqt/main.cpp
index ba687c059..b88dd74ef 100644
--- a/src/windeployqt/main.cpp
+++ b/src/windeployqt/main.cpp
@@ -437,7 +437,7 @@ static inline int parseArguments(const QStringList &arguments, QCommandLineParse
parser->addOption(listOption);
QCommandLineOption verboseOption(QStringLiteral("verbose"),
- QStringLiteral("Verbose level."),
+ QStringLiteral("Verbose level (0-2)."),
QStringLiteral("level"));
parser->addOption(verboseOption);