diff options
Diffstat (limited to 'docs/markdown/Subprojects.md')
-rw-r--r-- | docs/markdown/Subprojects.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Subprojects.md b/docs/markdown/Subprojects.md index 57f5176..5dae0e8 100644 --- a/docs/markdown/Subprojects.md +++ b/docs/markdown/Subprojects.md @@ -264,10 +264,10 @@ the following command-line options: `meson subprojects` has various subcommands to manage all subprojects. If the subcommand fails on any subproject the execution continues with other subprojects. -All subcommands accepts `--sourcedir` argument pointing to the root source dir +All subcommands accept `--sourcedir` argument pointing to the root source dir of the main project. -*Since 0.56.0* all subcommands accepts `--type <file,git,hg,svn>` argument to +*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* If the subcommand fails on any subproject an error code is returned |