From edf1c3b001e8e203d8bf763f262e9adfafef727e Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Sat, 22 Jan 2022 23:38:14 +0100 Subject: [PATCH] Unify indentation in help information of androiddeployqt Some of the parameters in the help information were indented by 3 characters instead of by 4. Pick-to: 6.3 Change-Id: Id11cda79d61c4eab82ee09e33034db55730123c5 Reviewed-by: Assam Boudjelthia --- src/tools/androiddeployqt/main.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/tools/androiddeployqt/main.cpp b/src/tools/androiddeployqt/main.cpp index 4c79463ebf..70cefcb85d 100644 --- a/src/tools/androiddeployqt/main.cpp +++ b/src/tools/androiddeployqt/main.cpp @@ -681,19 +681,19 @@ void printHelp() " qmlimportscanner binary is located using the Qt directory\n" " specified in the input file.\n" "\n" - " --depfile : Output a dependency file.\n" + " --depfile : Output a dependency file.\n" "\n" - " --builddir : build directory. Necessary when\n" + " --builddir : build directory. Necessary when\n" " generating a depfile because ninja requires relative paths.\n" "\n" - " --no-rcc-bundle-cleanup: skip cleaning rcc bundle directory after\n" - " running androiddeployqt. This option simplifies debugging of\n" - " the resource bundle content, but it should not be used when deploying\n" - " a project, since it litters the 'assets' directory.\n" + " --no-rcc-bundle-cleanup: skip cleaning rcc bundle directory after\n" + " running androiddeployqt. This option simplifies debugging of\n" + " the resource bundle content, but it should not be used when deploying\n" + " a project, since it litters the 'assets' directory.\n" "\n" - " --copy-dependencies-only: resolve application dependencies and stop\n" - " deploying process after all libraries and resources that the\n" - " application depends on have been copied.\n" + " --copy-dependencies-only: resolve application dependencies and stop\n" + " deploying process after all libraries and resources that the\n" + " application depends on have been copied.\n" "\n" " --help: Displays this information.\n", qPrintable(QCoreApplication::arguments().at(0))