mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-04 10:51:37 +00:00
cli: fix typo "one revisions"
This commit is contained in:
parent
94dbcf3b7e
commit
c74882b3c0
1 changed files with 1 additions and 1 deletions
|
@ -1054,7 +1054,7 @@ With the `--from` and/or `--to` options, shows the difference from/to the given
|
|||
),
|
||||
);
|
||||
let move_command = App::new("move")
|
||||
.about("Move changes from one revisions into another")
|
||||
.about("Move changes from one revision into another")
|
||||
.long_about(
|
||||
"Move changes from a revision into another revision. Use `--interactive` to move only \
|
||||
part of the source revision into the destination. The selected changes (or all the \
|
||||
|
|
Loading…
Reference in a new issue