summaryrefslogtreecommitdiffstats
path: root/src/windeployqt/main.cpp
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-07-07 03:00:24 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-07-07 03:00:24 +0200
commit459d4c98c4e86dc8e129bdc479b82da82e6590cb (patch)
tree48db372bb691fb94c22e5ad8dc14e8010018063c /src/windeployqt/main.cpp
parente11f506a8022d022a7a3d097ac3414fd98326d6c (diff)
parenta5fffeba866e259f8435ec1c975edb3d80d3632f (diff)
Merge remote-tracking branch 'origin/5.11' into dev
Diffstat (limited to 'src/windeployqt/main.cpp')
-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 dd58c9111..efffc5d05 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);