Update virtual workspace docs for implied --all
authorSimon Sapin <simon.sapin@exyr.org>
Tue, 28 Nov 2017 18:00:34 +0000 (19:00 +0100)
committerSimon Sapin <simon.sapin@exyr.org>
Wed, 29 Nov 2017 09:59:19 +0000 (10:59 +0100)
https://github.com/rust-lang/cargo/pull/4335

src/doc/manifest.md

index 6e2f0bd380b961606159e495315a69c4c3016b93..b42e4df6ee7b99d0664f4e9da107d1e298bbe847 100644 (file)
@@ -520,9 +520,8 @@ crate will be treated as a normal package, as well as a workspace. If the
 manifest*.
 
 When working with *virtual manifests*, package-related cargo commands, like
-`cargo build`, won't be available anymore. But, most of such commands support
-the `--all` option, will execute the command for all the non-virtual manifest in
-the workspace.
+`cargo build`, default to all packages in the workspace as if `--all` was used.
+This can be changed by passing a `--package` or `-p` command-line parameters.
 
 # The project layout