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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user