diff options
-rwxr-xr-x | ranger/config/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py index 301f97de..2076dea3 100755 --- a/ranger/config/commands.py +++ b/ranger/config/commands.py @@ -1933,7 +1933,7 @@ class linemode(default_linemode): class yank(Command): - """:yank [name|dir|path] + """:yank [name|dir|path|name_without_extension] Copies the file's name (default), directory or path into both the primary X selection and the clipboard. |