mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +00:00
docs: update stale references to -o
argument deleted in 8744015f33
This commit is contained in:
parent
5893b52fd1
commit
5bad272e90
2 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ expect_prompt
|
|||
pause 7
|
||||
run_command ""
|
||||
run_command "# Let'\''s undo that rebase operation:"
|
||||
run_command "jj undo -o $rebase_op"
|
||||
run_command "jj undo $rebase_op"
|
||||
pause 3
|
||||
run_command "# The \"stuff\" change is now back on master as"
|
||||
run_command "# expected:"
|
||||
|
@ -58,7 +58,7 @@ run_command "# after the rebase operation:"
|
|||
run_command "jj --at-op $rebase_op log"
|
||||
pause 5
|
||||
run_command "# Looks nice, let'\''s go back to that point:"
|
||||
run_command "jj op restore -o $rebase_op"
|
||||
run_command "jj op restore $rebase_op"
|
||||
pause 2
|
||||
run_command ""
|
||||
run_command "# We'\''re now back to before the \"other stuff\""
|
||||
|
|
|
@ -290,7 +290,7 @@ parent.
|
|||
</tr>
|
||||
<tr>
|
||||
<td>Undo an earlier operation</td>
|
||||
<td><code>jj [op] undo -o <operation ID></code>
|
||||
<td><code>jj [op] undo <operation ID></code>
|
||||
(<code>jj undo</code> is an alias for <code>jj op undo</code>)
|
||||
</td>
|
||||
<td>Not supported</td>
|
||||
|
|
Loading…
Reference in a new issue