From a5fffeba866e259f8435ec1c975edb3d80d3632f Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Thu, 5 Jul 2018 13:03:10 +0200 Subject: 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 --- src/windeployqt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1