diff --git a/src/tools/androidtestrunner/main.cpp b/src/tools/androidtestrunner/main.cpp index 18dec50e44c..b6f44996a0b 100644 --- a/src/tools/androidtestrunner/main.cpp +++ b/src/tools/androidtestrunner/main.cpp @@ -288,13 +288,13 @@ static void printHelp() " Mandatory arguments:\n" " --path : The path where androiddeployqt builds the android package.\n" "\n" + " --make : make command to create an APK, for example:\n" + " \"cmake --build --target _make_apk\".\n" + "\n" " --apk : 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 command, needed to install the qt library.\n" - " For Qt 6, this can be \"cmake --build . --target _make_apk\".\n" - "\n" " --adb : The Android ADB command. If missing the one from\n" " $PATH will be used.\n" "\n"