Recover implied --all for virtual workspace docs
authorPeter Marheine <peter@taricorp.net>
Mon, 8 Jan 2018 05:24:23 +0000 (16:24 +1100)
committerPeter Marheine <peter@taricorp.net>
Mon, 8 Jan 2018 05:24:23 +0000 (16:24 +1100)
First changed in 1240f42c899fbba8bf85e493c3beb9f82227a09a which failed
to update the book and was replaced in
1271bb4de0c0e0a085be239c2418af9c673ffc87.

src/doc/src/reference/manifest.md

index 14480978452b95330a26228e2ecb315309626309..470838e0d97287bc8d3ea1d7dcf8b3b817221cab 100644 (file)
@@ -537,9 +537,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.
 
 #TODO: move this to a more appropriate place
 ### The project layout