From 7c246c77bdf6a7f4d6f682128ca6cf2f702d8698 Mon Sep 17 00:00:00 2001 From: Arttu Tarkiainen Date: Tue, 27 Oct 2020 13:38:20 +0200 Subject: Doc: Update command line interface reference Add missing short versions of options and '--confirm-command' reference. Change-Id: I4e4df0a7f883a97b653da1dea4dae878f4e1484c Reviewed-by: Katja Marttila --- doc/installerfw.qdoc | 15 +++++++++------ 1 file 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,27 +246,30 @@ \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 + \li --aa, --auto-answer \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 \li [CLI] Automatically sets the QFileDialog values getExistingDirectory() or 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 \li Execute the script given as an argument. -- cgit v1.2.3