--hold is not suitable for replay commands as it outputs to the terminal

This commit is contained in:
Kovid Goyal 2022-04-24 15:37:20 +05:30
parent 8239cb1b5a
commit 0ee970b418
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -703,7 +703,7 @@ Replay previously dumped commands. Specify the path to a dump file previously
created by :option:`{appname} --dump-commands`. You
can open a new kitty window to replay the commands with::
{appname} --hold {appname} --replay-commands /path/to/dump/file
{appname} sh -c "{appname} --replay-commands /path/to/dump/file; read"
--dump-bytes