Docs: Use --help long option name in the document
Remove the extra empty line in the CLI help for `--replay-commands`.
This commit is contained in:
parent
64a202a125
commit
0e0578ff49
@ -193,7 +193,7 @@ The :opt:`remote_control_password` can be specified multiple times to create
|
||||
different passwords with different capabilities. Run the following to get a
|
||||
list of all action names::
|
||||
|
||||
kitty @ -h
|
||||
kitty @ --help
|
||||
|
||||
You can even use glob patterns to match action names, for example:
|
||||
|
||||
|
||||
@ -779,7 +779,6 @@ Output commands received from child process to STDOUT.
|
||||
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} sh -c "{appname} --replay-commands /path/to/dump/file; read"
|
||||
|
||||
|
||||
|
||||
@ -2711,7 +2711,7 @@ Glob patterns can be used too, for example::
|
||||
|
||||
To get a list of available actions, run::
|
||||
|
||||
kitty @ -h
|
||||
kitty @ --help
|
||||
|
||||
A set of actions to be allowed when no password is sent can be specified by using an empty
|
||||
password, for example::
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user