Remove Diggory's name from rustup --help

As an official project it's not appropriate to single out
individuals here.
This commit is contained in:
Brian Anderson
2016-03-26 01:43:36 +00:00
parent 7170938464
commit 524dd2d652

View File

@@ -67,7 +67,6 @@ pub fn main() -> Result<()> {
pub fn cli() -> App<'static, 'static> {
App::new("rustup")
.version("0.0.5")
.author("Diggory Blake")
.about("The Rust toolchain installer")
.setting(AppSettings::VersionlessSubcommands)
.setting(AppSettings::DeriveDisplayOrder)