mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Clarify docs
This commit is contained in:
parent
126fca0224
commit
100f472a08
1 changed files with 2 additions and 1 deletions
|
|
@ -92,7 +92,8 @@ available or broken, using an alternate interpreter can be useful.
|
|||
|
||||
opt('remote_dir', '.local/share/kitty-ssh-kitten', long_text='''
|
||||
The location on the remote host where the files needed for this kitten are
|
||||
installed. Relative paths are resolved with respect to :code:`$HOME`.
|
||||
installed. Relative paths are resolved with respect to :code:`$HOME`. Absolute
|
||||
paths have their leading / removed and so are also resolved with respect to $HOME.
|
||||
''')
|
||||
|
||||
opt('+copy', '', add_to_default=False, ctype='CopyInstruction', long_text=f'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue