mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 18:35:23 +02:00
Mention revision instead of revset for jj bookmark
commands.
This commit is contained in:
parent
73bdf2c484
commit
bd17eaa017
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
- Create a new bookmark at the given revision:
|
||||
|
||||
`jj bookmark create {{[-r|--revision]}} {{revset}} {{name}}`
|
||||
`jj bookmark create {{[-r|--revision]}} {{revision}} {{name}}`
|
||||
|
||||
- List all existing bookmarks and their targets:
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
|||
|
||||
- Move an existing bookmark to another revision:
|
||||
|
||||
`jj bookmark move {{[-t|--to]}} {{revset}} {{name}}`
|
||||
`jj bookmark move {{[-t|--to]}} {{revision}} {{name}}`
|
||||
|
||||
- Track given remote bookmarks:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue