Clarify docs

This commit is contained in:
Kovid Goyal 2024-09-24 20:15:39 +05:30
parent 126fca0224
commit 100f472a08
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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'''