summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2018-12-05 15:01:09 +0100
committerOliver Wolff <oliver.wolff@qt.io>2018-12-06 06:13:03 +0000
commita68d402df3bf2766a0c60b6183185a7137b502ca (patch)
treef93efd8478778a25bf18c88f64a44e12453d021e
parent0e4ead79bcca2968982e5c441c314487cba8252f (diff)
downloadqttools-a68d402df3bf2766a0c60b6183185a7137b502ca.tar.gz
winrtrunner: Remove double space from help output
Change-Id: Iff537c005b1c11daffd5fbd3c4c9a2c406166cf6 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--src/winrtrunner/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/winrtrunner/main.cpp b/src/winrtrunner/main.cpp
index db22b4461..aa5ac8f06 100644
--- a/src/winrtrunner/main.cpp
+++ b/src/winrtrunner/main.cpp
@@ -118,7 +118,7 @@ int main(int argc, char *argv[])
QCommandLineOption deviceOption(QStringLiteral("device"),
QLatin1String("Specifies the device to target as a device name "
- " or index. Use --list-devices to find available "
+ "or index. Use --list-devices to find available "
"devices. The default device is the first device "
"found for the active run profile."),
QStringLiteral("name|index"));