From 4438aa5338b5d974d2c8564ed4d7a3a5dcdf0885 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Mon, 27 May 2024 12:34:49 +0300 Subject: [PATCH] Android: use double quotes with androiddeployqt docs ... to avoid coloring mismatch in the generated doc page of the tool. Change-Id: I4334d49632c5f119a874e9112d4f13cd4d60e27a Reviewed-by: Alexey Edelev --- src/tools/androiddeployqt/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/androiddeployqt/main.cpp b/src/tools/androiddeployqt/main.cpp index b5751e9a40..e38b579f00 100644 --- a/src/tools/androiddeployqt/main.cpp +++ b/src/tools/androiddeployqt/main.cpp @@ -635,7 +635,7 @@ Optional arguments: --tsa : Location of the Time Stamping Authority. --tsacert : Public key certificate for TSA. --internalsf: Include the .SF file inside the signature block. - --sectionsonly: Don't compute hash of entire manifest. + --sectionsonly: Do not compute hash of entire manifest. --protected: Keystore has protected authentication path. --jarsigner: Deprecated, ignored. @@ -681,7 +681,7 @@ Optional arguments: --no-rcc-bundle-cleanup: skip cleaning rcc bundle directory after running androiddeployqt. This option simplifies debugging of the resource bundle content, but it should not be used when deploying - a project, since it litters the 'assets' directory. + a project, since it litters the "assets" directory. --copy-dependencies-only: resolve application dependencies and stop deploying process after all libraries and resources that the