From 6c665893d521b88f04bdfa010161760f489a225d Mon Sep 17 00:00:00 2001 From: Benjamin Gill Date: Sun, 20 Aug 2017 05:10:13 +0100 Subject: [PATCH] Add help text for `--all` --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d559ad14c33..41909477bbe 100644 --- a/src/main.rs +++ b/src/main.rs @@ -151,7 +151,7 @@ Common options: -h, --help Print this message --features Features to compile for the package -V, --version Print version info and exit - --all @@@ something sensible here (copy from cargo-edit?) + --all Run over all packages in the current workspace Other options are the same as `cargo rustc`.