From: Stephen Becker IV Date: Tue, 31 Jan 2017 00:49:23 +0000 (-0800) Subject: Update new command help doc X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~11^2~7^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a75e9da63aff38f8f39016b40f5d29e47dac215a;p=cargo.git Update new command help doc Resolves #3473 Dearest reviewer, I hope that all is well in rustland. I was reviewing some open issues and saw this update to the help text for the new command. I have added the suggested help text from issue #3473. I formated to the message to match the publish bin's job flag. Thank you for your time, Becker --- diff --git a/src/bin/new.rs b/src/bin/new.rs index d0bd81039..df91c33b1 100644 --- a/src/bin/new.rs +++ b/src/bin/new.rs @@ -31,7 +31,7 @@ Options: control at all (none) overriding a global configuration. --bin Use a binary (application) template --lib Use a library template - --name NAME Set the resulting package name + --name NAME Set the resulting package name, defaults to the value of -v, --verbose ... Use verbose output (-vv very verbose/build.rs output) -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never