aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2021-03-25 12:53:07 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-03-26 07:35:07 +0000
commit918855032f14f2478c2b6070c7b4b2e1e2ce76fa (patch)
treea9aeaf78d6abb5b0dd6210fb2cdba87c5770892b
parente017897c6a1e243ea68a8ea743f16871c5413160 (diff)
Update documentation for init-repository
There's no mention of additionalLibrary status. Change-Id: I3ebf8fdc6dcfc01392b1ab5a42734cef81d6fc61 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> (cherry picked from commit ed139ea47e21984e64a130b167ed715adf319234) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rwxr-xr-xinit-repository13
1 files changed, 8 insertions, 5 deletions
diff --git a/init-repository b/init-repository
index 0fbc98b6..2bef9979 100755
--- a/init-repository
+++ b/init-repository
@@ -72,11 +72,14 @@ Options:
Only initialize the specified subset of modules given as the
argument. Specified modules must already exist in .gitmodules. The
string "all" results in cloning all known modules. The strings
- "essential", "addon", "preview", "deprecated", "obsolete", and
- "ignore" refer to classes of modules; "default" maps to
- "essential,addon,preview,deprecated", which corresponds with the
- set of maintained modules and is also the default set. Module
- names may be prefixed with a dash to exclude them from a bigger
+ "essential", "addon", "preview", "deprecated", "obsolete",
+ "additionalLibrary", and "ignore" refer to classes of modules
+ identified by "status=" lines in the .gitmodules file.
+ You can use "default" in the subset as a short-hand for
+ "essential,addon,preview,deprecated", which corresponds to the set of
+ maintained modules included in standard Qt releases; this is also the
+ default module subset when this option is not given. Entries
+ may be prefixed with a dash to exclude them from a bigger
set, e.g. "all,-ignore".
--no-update