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>
bb10
Alessandro Portale 2022-01-22 23:38:14 +01:00
parent 1daaf613dc
commit edf1c3b001
1 changed files with 9 additions and 9 deletions

View File

@ -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))