aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Subprojects.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Subprojects.md')
-rw-r--r--docs/markdown/Subprojects.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/markdown/Subprojects.md b/docs/markdown/Subprojects.md
index 5dae0e8..379c775 100644
--- a/docs/markdown/Subprojects.md
+++ b/docs/markdown/Subprojects.md
@@ -267,8 +267,9 @@ subcommand fails on any subproject the execution continues with other subproject
All subcommands accept `--sourcedir` argument pointing to the root source dir
of the main project.
-*Since 0.56.0* all subcommands accept `--type <file|git|hg|svn>` argument to
-run the subcommands only on subprojects of the given type.
+*Since 0.56.0* all subcommands accept `--types <file|git|hg|svn>` argument to
+run the subcommands only on subprojects of the given types. Multiple types can
+be set as comma separated list e.g. `--types git,file`.
*Since 0.56.0* If the subcommand fails on any subproject an error code is returned
at the end instead of retuning success.