From dcc6924222fa7af1c35fe47fcdac6dd9e559892b Mon Sep 17 00:00:00 2001 From: Dave Dalcino Date: Tue, 12 Sep 2023 16:21:48 -0700 Subject: [PATCH] update documentation for --autodesktop flag --- aqt/installer.py | 5 +++-- docs/cli.rst | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/aqt/installer.py b/aqt/installer.py index 0bc0345d..3347bdab 100644 --- a/aqt/installer.py +++ b/aqt/installer.py @@ -723,8 +723,9 @@ def _set_install_qt_parser(self, install_qt_parser, *, is_legacy: bool): install_qt_parser.add_argument( "--autodesktop", action="store_true", - help="For Qt6 android, ios, and wasm installations, an additional desktop Qt installation is required. " - "When enabled, this option installs the required desktop version automatically.", + help="For Qt6 android, ios, wasm, and msvc_arm64 installations, an additional desktop Qt installation is " + "required. When enabled, this option installs the required desktop version automatically. " + "It has no effect when the desktop installation is not required.", ) def _set_install_tool_parser(self, install_tool_parser, *, is_legacy: bool): diff --git a/docs/cli.rst b/docs/cli.rst index 30993369..756e61cc 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -545,10 +545,10 @@ There are various combinations to accept according to Qt version. .. option:: --autodesktop - If you are installing an ios or android version of Qt6, or the WASM version of Qt6, + If you are installing an ios, android, WASM, or msvc_arm64 version of Qt6, the corresponding desktop version of Qt must be installed alongside of it. Turn this option on to install it automatically. - This option will have no effect if you are installing Qt5 or a non-WASM desktop version of Qt6. + This option will have no effect if the desktop version of Qt is not required. .. option:: --noarchives