mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-25 05:29:39 +00:00
Fix typo
This commit is contained in:
parent
6667b3efec
commit
06e8496328
1 changed files with 1 additions and 1 deletions
|
@ -1546,7 +1546,7 @@ struct MergeArgs {
|
|||
///
|
||||
/// There are three different ways of specifying which revisions to rebase:
|
||||
/// `-b` to rebase a whole branch, `-s` to rebase a revision and its
|
||||
/// descendants, and `-r` to rebase a single commit. If none if them is
|
||||
/// descendants, and `-r` to rebase a single commit. If none of them is
|
||||
/// specified, it defaults to `-b @`.
|
||||
///
|
||||
/// With `-b`, it rebases the whole branch containing the specified revision.
|
||||
|
|
Loading…
Reference in a new issue