From 68749296495967be591491100551670de2712b97 Mon Sep 17 00:00:00 2001 From: Peter Marheine Date: Mon, 8 Jan 2018 16:24:23 +1100 Subject: [PATCH] Recover implied --all for virtual workspace docs First changed in 1240f42c899fbba8bf85e493c3beb9f82227a09a which failed to update the book and was replaced in 1271bb4de0c0e0a085be239c2418af9c673ffc87. --- src/doc/src/reference/manifest.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/doc/src/reference/manifest.md b/src/doc/src/reference/manifest.md index 144809784..470838e0d 100644 --- a/src/doc/src/reference/manifest.md +++ b/src/doc/src/reference/manifest.md @@ -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 -- 2.30.2