mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +00:00
commands: change "about" line to match the parenthesis in Cargo.toml
This commit is contained in:
parent
762a367174
commit
3e048cd121
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue