missed a couple of options
This commit is contained in:
parent
12bcee3b78
commit
b7a28afe7e
2 changed files with 2 additions and 2 deletions
|
|
@ -599,7 +599,7 @@ def run(args: HintsCLIOptions, text: str, extra_cli_args: Sequence[str] = ()) ->
|
|||
default=auto
|
||||
choices=auto,always,never
|
||||
Add trailing space after matched text. Defaults to auto, which adds the space
|
||||
when used together with :code:`--multiple`.
|
||||
when used together with :option:`--multiple`.
|
||||
|
||||
|
||||
--hints-offset
|
||||
|
|
|
|||
|
|
@ -657,7 +657,7 @@ def options_spec() -> str:
|
|||
it commands with :italic:`kitty @` using the :option:`kitty @ --to` option to
|
||||
specify this address. This option will be ignored, unless you set
|
||||
:opt:`allow_remote_control` to yes in :file:`kitty.conf`. Note that if you run
|
||||
:italic:`kitty @` within a kitty window, there is no need to specify the :code:`--to`
|
||||
:italic:`kitty @` within a kitty window, there is no need to specify the :option:`kitty @ --to`
|
||||
option as it is read automatically from the environment. For UNIX sockets, this
|
||||
can also be specified in :file:`kitty.conf`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue