mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-29 02:51:12 +00:00
cli: fix typo "one revisions"
This commit is contained in:
parent
94dbcf3b7e
commit
c74882b3c0
@ -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…
x
Reference in New Issue
Block a user