diff --git a/prerelease/cli-reference/index.html b/prerelease/cli-reference/index.html index d16997269..9c6ca84dd 100644 --- a/prerelease/cli-reference/index.html +++ b/prerelease/cli-reference/index.html @@ -6758,7 +6758,7 @@ same "branch", relative to the destination):

|/ | J J -

With -r, the command rebases only the specified revision onto the +

With -r, the command rebases only the specified revisions onto the destination. Any "hole" left behind will be filled by rebasing descendants onto the specified revision's parent(s). For example, jj rebase -r K -d M would transform your history like this:

@@ -6789,7 +6789,7 @@ commit. This is true in general; it is not specific to this command.