about summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2021-07-24 18:49:50 +0200
committertoonn <toonn@toonn.io>2021-07-24 18:49:50 +0200
commit733b6e4ea94a0045e5d163109d758eb2b37391c0 (patch)
tree8cab07b225106fd937879acbc99982337324e73b /ranger
parentc572eb4ac69adaefbe6d6c2a82fcfc200aad423d (diff)
downloadranger-733b6e4ea94a0045e5d163109d758eb2b37391c0.tar.gz
commands: Yank, add missing mode to docstring
Diffstat (limited to 'ranger')
-rwxr-xr-xranger/config/commands.py2
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.