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

cli: make short description for jj describe fit on one line

This commit is contained in:
Martin von Zweigbergk 2021-09-09 10:55:02 -07:00
parent 77662c0674
commit 014cf6e297

View file

@ -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.",
)