From f129cb5e3ddc4f1d6fee445450d19fb03b301ad8 Mon Sep 17 00:00:00 2001 From: serabiasin Date: Tue, 13 Mar 2018 06:19:05 +0700 Subject: [PATCH] add feature based on issue #1033 --- src/rustup-cli/rustup_mode.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/rustup-cli/rustup_mode.rs b/src/rustup-cli/rustup_mode.rs index 05c932772c..541071f4a7 100644 --- a/src/rustup-cli/rustup_mode.rs +++ b/src/rustup-cli/rustup_mode.rs @@ -319,7 +319,11 @@ pub fn cli() -> App<'static, 'static> { } app.subcommand(SubCommand::with_name("self") - .about("Modify the rustup installation") + .about( + "Modify the rustup installation + \nInspriational Quote :\n'Find happiness in everyday things.'\n + ") + .setting(AppSettings::VersionlessSubcommands) .setting(AppSettings::DeriveDisplayOrder) .setting(AppSettings::SubcommandRequiredElseHelp)