Android: add missing new line to androidtestrunner help
Change-Id: Idba54c15af64b8dadcba9fa2125d6aae5e6c6bc9 Reviewed-by: Andy Shaw <andy.shaw@qt.io>bb10
parent
4c251ac224
commit
13b4c332b4
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue