update --help text for new implicit --all behavior
authorRalf Jung <post@ralfj.de>
Thu, 14 Sep 2017 11:30:51 +0000 (13:30 +0200)
committerRalf Jung <post@ralfj.de>
Thu, 14 Sep 2017 11:30:51 +0000 (13:30 +0200)
src/bin/bench.rs
src/bin/build.rs
src/bin/check.rs
src/bin/doc.rs
src/bin/test.rs

index f0921667cbb065b51ca08083786d3c2ecbf6a1d0..e3cacfac301cfa201056abef004815802b705798 100644 (file)
@@ -86,7 +86,8 @@ the current package is benchmarked. For more information on SPEC and its format,
 see the `cargo help pkgid` command.
 
 All packages in the workspace are benchmarked if the `--all` flag is supplied. The
-`--all` flag may be supplied in the presence of a virtual manifest.
+`--all` flag is automatically assumed for a virtual manifest.
+Note that `--exclude` has to be specified in conjunction with the `--all` flag.
 
 The --jobs argument affects the building of the benchmark executable but does
 not affect how many jobs are used when running the benchmarks.
index b4074109294518f69d77e9a2881621ee9143ce27..89e63b5173f5bea50d6a4111b6c1a0bb0ca9a373 100644 (file)
@@ -79,7 +79,7 @@ current package is built. For more information on SPEC and its format, see the
 `cargo help pkgid` command.
 
 All packages in the workspace are built if the `--all` flag is supplied. The
-`--all` flag may be supplied in the presence of a virtual manifest.
+`--all` flag is automatically assumed for a virtual manifest.
 Note that `--exclude` has to be specified in conjunction with the `--all` flag.
 
 Compilation can be configured via the use of profiles which are configured in
index a89a3b579b5b20625f37a6b3539bb2022ccf7d9a..488071d629439152c7481a034cafd6b58e6aa081 100644 (file)
@@ -46,6 +46,10 @@ which indicates which package should be built. If it is not given, then the
 current package is built. For more information on SPEC and its format, see the
 `cargo help pkgid` command.
 
+All packages in the workspace are checked if the `--all` flag is supplied. The
+`--all` flag is automatically assumed for a virtual manifest.
+Note that `--exclude` has to be specified in conjunction with the `--all` flag.
+
 Compilation can be configured via the use of profiles which are configured in
 the manifest. The default profile for this command is `dev`, but passing
 the --release flag will use the `release` profile instead.
index ec45feef1d1b098fad1e06d0872d6b1897dba592..836b10ca6d108e29e2e3d280cd5c8dbe14a25102 100644 (file)
@@ -65,7 +65,8 @@ By default the documentation for the local package and all dependencies is
 built. The output is all placed in `target/doc` in rustdoc's usual format.
 
 All packages in the workspace are documented if the `--all` flag is supplied. The
-`--all` flag may be supplied in the presence of a virtual manifest.
+`--all` flag is automatically assumed for a virtual manifest.
+Note that `--exclude` has to be specified in conjunction with the `--all` flag.
 
 If the --package argument is given, then SPEC is a package id specification
 which indicates which package should be documented. If it is not given, then the
index b27421a2b640e79d4597c7335d4787633395d59f..7e30e38e6c32b1360f2c553f0bd5688788e2ee9d 100644 (file)
@@ -92,7 +92,8 @@ current package is tested. For more information on SPEC and its format, see the
 `cargo help pkgid` command.
 
 All packages in the workspace are tested if the `--all` flag is supplied. The
-`--all` flag may be supplied in the presence of a virtual manifest.
+`--all` flag is automatically assumed for a virtual manifest.
+Note that `--exclude` has to be specified in conjunction with the `--all` flag.
 
 The --jobs argument affects the building of the test executable but does
 not affect how many jobs are used when running the tests. The default value