summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2020-10-12 13:03:49 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2020-10-13 15:32:33 +0300
commit13b4c332b4a49c01c8a10e349990df98585e73fe (patch)
treebc46ef8052b983ee6386c7298291b186f3ebf47b /src
parent4c251ac2242f46fc8621d100878de39571295448 (diff)
Android: add missing new line to androidtestrunner help
Change-Id: Idba54c15af64b8dadcba9fa2125d6aae5e6c6bc9 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/tools/androidtestrunner/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/androidtestrunner/main.cpp b/src/tools/androidtestrunner/main.cpp
index 4bbe59d653..b10b7d0bf3 100644
--- a/src/tools/androidtestrunner/main.cpp
+++ b/src/tools/androidtestrunner/main.cpp
@@ -267,7 +267,7 @@ static void printHelp()
" \"ANDROID_DEVICE_SERIAL\" environment variable.\n\n"
" Mandatory arguments:\n"
" --path <path>: The path where androiddeployqt builds the android package.\n"
- " --apk <apk path>: The test apk path. The apk has to exist already, if it"
+ " --apk <apk path>: The test apk path. The apk has to exist already, if it\n"
" does not exist the make command must be provided for building the apk.\n\n"
" Optional arguments:\n"
" --make <make cmd>: make command, needed to install the qt library.\n"