Improve the help text for --replay-commands

This commit is contained in:
Kovid Goyal 2018-05-17 19:42:46 +05:30
parent 83893d762a
commit 5bc811f26e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -113,7 +113,10 @@ Output commands received from child process to stdout
--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