summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-07-05 13:03:10 +0200
committerMitch Curtis <mitch.curtis@qt.io>2018-07-05 11:14:55 +0000
commita5fffeba866e259f8435ec1c975edb3d80d3632f (patch)
treeb015b9240e50de0775e8fda2dcbf7c4bd51b4add
parent13a25b89b2f7e44fe596bf37a114c6be56f50ec2 (diff)
downloadqttools-a5fffeba866e259f8435ec1c975edb3d80d3632f.tar.gz
windeployqt: document verbosity levels
Not knowing what to set them to makes them kinda useless. They are 0 to 2, based on the source code. Change-Id: I43b48614d99d26a9508326755b365f86aa087831 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-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);