aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/cli/cli-options.qdocinc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-06-01 11:23:57 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2018-06-01 11:23:57 +0000
commit250e6da6cb06eb7ca82fae0d98be8b4b6123cfcf (patch)
treed06c5d3628b36b4077ce6a05b41150f6a7d00583 /doc/reference/cli/cli-options.qdocinc
parent17059ccd06e56010fa0d44ebcaf0be7b85d69703 (diff)
parent6a3c4dc21c1a5831618e5604df45abe4b0545bba (diff)
Merge "Merge 1.12 into master"
Diffstat (limited to 'doc/reference/cli/cli-options.qdocinc')
-rw-r--r--doc/reference/cli/cli-options.qdocinc41
1 files changed, 39 insertions, 2 deletions
diff --git a/doc/reference/cli/cli-options.qdocinc b/doc/reference/cli/cli-options.qdocinc
index 5316f459d..189a3526a 100644
--- a/doc/reference/cli/cli-options.qdocinc
+++ b/doc/reference/cli/cli-options.qdocinc
@@ -100,13 +100,13 @@
//! [check-timestamps]
-//! [clean-install-root]
+//! [clean_install_root]
\section2 \c --clean-install-root
Removes the installation base directory before installing.
-//! [clean-install-root]
+//! [clean_install_root]
//! [command-echo-mode]
@@ -287,6 +287,33 @@
//! [list-root]
+//! [config-user]
+
+ \section2 \c {--user}
+
+ Causes read operations to display only the user-level settings,
+ while the system-level settings are ignored.
+ Write operations will target the user-level settings, which is also the default.
+
+//! [config-user]
+
+//! [config-system]
+
+ \section2 \c {--system}
+
+ Read and write operations will consider only the system-level settings.
+
+//! [config-system]
+
+//! [config-ui-system]
+
+ \section2 \c {--system}
+
+ Instructs the tool to work on the system-level settings. Otherwise,
+ the user-level settings are presented.
+
+//! [config-ui-system]
+
//! [log-level]
\section2 \c {--log-level <level>}
@@ -418,6 +445,16 @@
//! [show-progress]
+//! [setup-tools-system]
+
+ \section2 \c {--system}
+
+ If this option is given, the profile(s) created by this tool will end up
+ in the system-level settings and thus be available to all users.
+ Otherwise, they go into the user-level settings.
+
+//! [setup-tools-system]
+
//! [type]
\section2 \c {--type <toolchain type>}