Improve the help text for --replay-commands
This commit is contained in:
parent
83893d762a
commit
5bc811f26e
1 changed files with 4 additions and 1 deletions
|
|
@ -113,7 +113,10 @@
|
|||
|
||||
--replay-commands
|
||||
type=bool-set
|
||||
Replay previously dumped commands
|
||||
Replay previously dumped commands. Specify the path to a dump file previously created by --dump-commands. You
|
||||
can open a new kitty window to replay the commands with:
|
||||
|
||||
kitty sh -c "kitty --replay-commands /path/to/dump/file; read"
|
||||
|
||||
|
||||
--dump-bytes
|
||||
|
|
|
|||
Loading…
Reference in a new issue