summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2022-01-22 23:38:14 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2022-01-24 12:57:23 +0000
commitedf1c3b001e8e203d8bf763f262e9adfafef727e (patch)
tree30961907ab1ff0b61235186ca9d8a8fb9d8652d0
parent1daaf613dc56c5ffedefe7ca6938ae5b191f9411 (diff)
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 <assam.boudjelthia@qt.io>
-rw-r--r--src/tools/androiddeployqt/main.cpp18
1 files 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 <path/to/depfile>: Output a dependency file.\n"
+ " --depfile <path/to/depfile>: Output a dependency file.\n"
"\n"
- " --builddir <path/to/build/directory>: build directory. Necessary when\n"
+ " --builddir <path/to/build/directory>: 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))