From 100f472a08a90a711a6a8b3af82e412262675ea0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 24 Sep 2024 20:15:39 +0530 Subject: [PATCH] Clarify docs --- kittens/ssh/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kittens/ssh/main.py b/kittens/ssh/main.py index 82a1b26c9..8ae34ae53 100644 --- a/kittens/ssh/main.py +++ b/kittens/ssh/main.py @@ -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'''