summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2020-10-27 13:38:20 +0200
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2020-11-04 09:42:45 +0200
commit7c246c77bdf6a7f4d6f682128ca6cf2f702d8698 (patch)
treee425fc3679a033c12479930dfd7463acaf5ba1c1 /doc
parentc50b7424ba000f805a721a092ebd58e5e5720a50 (diff)
Doc: Update command line interface reference
Add missing short versions of options and '--confirm-command' reference. Change-Id: I4e4df0a7f883a97b653da1dea4dae878f4e1484c Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw.qdoc15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index a77459b1f..197b3ea43 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -229,7 +229,7 @@
\li --nf, --no-force-installations
\li Allow deselecting components that are marked as forced.
\row
- \li --no-default-installations
+ \li --nd, --no-default-installations
\li Deselects components that are marked as default.
\row
\li --ns, --no-size-checking
@@ -246,21 +246,21 @@
\li Create a local repository inside the installation directory. This option has no
effect on online installers.
\row
- \li --accept-messages
+ \li --am, --accept-messages
\li [CLI] Accepts all message queries without user input.
\row
- \li --reject-messages
+ \li --rm, --reject-messages
\li [CLI] Rejects all message queries without user input.
\row
- \li --auto-answer <identifier=value>
+ \li --aa, --auto-answer <identifier=value>
\li [CLI] Automatically answers the message queries with the message identifier and a button
value. Several \c{identifier=value} pairs can be given separated with a comma, for example
\c{--auto-answer message.id=Ok,message.id2=Cancel}.
\row
- \li --default-answer
+ \li --da, --default-answer
\li [CLI] Automatically answers to message queries with their default values.
\row
- \li --accept-licenses
+ \li --al, --accept-licenses
\li [CLI] Accepts all licenses without user input.
\row
\li --file-query <identifier=value>
@@ -268,6 +268,9 @@
getOpenFileName() requested by the install script. Several \c{identifier=value} pairs can be
given separated with a comma, for example \c{--file-query filedialog.id=C:Temp,filedialog.id2=C:Temp2}.
\row
+ \li -c, --confirm-command
+ \li [CLI] Confirms starting of installation, update or removal of components without user input.
+ \row
\li -s, --script <file>
\li Execute the script given as an argument.
\row