forked from mirrors/jj
cli: make short description for jj describe
fit on one line
This commit is contained in:
parent
77662c0674
commit
014cf6e297
1 changed files with 2 additions and 1 deletions
|
@ -891,7 +891,8 @@ With the `--from` and/or `--to` options, shows the difference from/to the given
|
|||
);
|
||||
let describe_command = SubCommand::with_name("describe")
|
||||
.about("Edit the change description")
|
||||
.about(
|
||||
.about("Edit the description of a change")
|
||||
.long_about(
|
||||
"Starts an editor to let you edit the description of a change. The editor will be \
|
||||
$EDITOR, or `pico` if that's not defined.",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue