From 3e048cd121e410f1b4220f72231c1d6e1b7b2c53 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sun, 3 Jan 2021 22:53:25 -0800 Subject: [PATCH] commands: change "about" line to match the parenthesis in Cargo.toml --- src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")