From 8c17b1bc2f75a5b4bebe33e8e4fb8ec29921c770 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 26 Nov 2025 21:16:48 +0530 Subject: [PATCH] ... --- kittens/choose_files/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kittens/choose_files/main.py b/kittens/choose_files/main.py index 9a434bfec..af24d73b1 100644 --- a/kittens/choose_files/main.py +++ b/kittens/choose_files/main.py @@ -228,7 +228,7 @@ def handle_result(args: list[str], data: dict[str, Any], target_window_id: int, default=text The format in which to write the output. The :code:`text` format is absolute paths separated by newlines. The :code:`shell` format is quoted absolute paths separated by spaces, quoting is done only if needed. The -:code:shell-relative` format is the same as :code:`shell` except it returns paths relative to the starting +:code:`shell-relative` format is the same as :code:`shell` except it returns paths relative to the starting directory. Note that when invoked from a mapping, this option is ignored, and either text or shell format is used automatically based on whether the cursor is at a shell prompt or not.