mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-25 05:29:39 +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)
|
.setting(clap::AppSettings::SubcommandRequiredElseHelp)
|
||||||
.version(crate_version!())
|
.version(crate_version!())
|
||||||
.author("Martin von Zweigbergk <martinvonz@google.com>")
|
.author("Martin von Zweigbergk <martinvonz@google.com>")
|
||||||
.about("My source control tool")
|
.about("An experimental VCS")
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("repository")
|
Arg::with_name("repository")
|
||||||
.long("repository")
|
.long("repository")
|
||||||
|
|
Loading…
Reference in a new issue