diff --git a/src/commands.rs b/src/commands.rs index 903f30f94..5901f86a3 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -521,7 +521,7 @@ fn get_app<'a, 'b>() -> App<'a, 'b> { .setting(clap::AppSettings::SubcommandRequiredElseHelp) .version(crate_version!()) .author("Martin von Zweigbergk ") - .about("My source control tool") + .about("An experimental VCS") .arg( Arg::with_name("repository") .long("repository")