diff options
author | toonn <toonn@toonn.io> | 2021-07-24 18:49:50 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2021-07-24 18:49:50 +0200 |
commit | 733b6e4ea94a0045e5d163109d758eb2b37391c0 (patch) | |
tree | 8cab07b225106fd937879acbc99982337324e73b | |
parent | c572eb4ac69adaefbe6d6c2a82fcfc200aad423d (diff) | |
download | ranger-733b6e4ea94a0045e5d163109d758eb2b37391c0.tar.gz |
commands: Yank, add missing mode to docstring
-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. |