diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2020-09-09 10:31:44 -0400 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2020-09-10 11:39:30 -0400 |
commit | a3ac25b0c3b1d671090acb14273af7d942bf07ce (patch) | |
tree | 4defb394da9769f4d1edaa9a90f280f4b1265b21 /docs/markdown/Subprojects.md | |
parent | 552432e50731b3803d7d637dd4bf38c4f52ecf08 (diff) | |
download | meson-a3ac25b0c3b1d671090acb14273af7d942bf07ce.zip meson-a3ac25b0c3b1d671090acb14273af7d942bf07ce.tar.gz meson-a3ac25b0c3b1d671090acb14273af7d942bf07ce.tar.bz2 |
msubprojects: Fix review comments
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 |