ok/jj
1
0
Fork 0
forked from mirrors/jj

commands: change "about" line to match the parenthesis in Cargo.toml

This commit is contained in:
Martin von Zweigbergk 2021-01-03 22:53:25 -08:00
parent 762a367174
commit 3e048cd121

View file

@ -521,7 +521,7 @@ fn get_app<'a, 'b>() -> App<'a, 'b> {
.setting(clap::AppSettings::SubcommandRequiredElseHelp)
.version(crate_version!())
.author("Martin von Zweigbergk <martinvonz@google.com>")
.about("My source control tool")
.about("An experimental VCS")
.arg(
Arg::with_name("repository")
.long("repository")