diff options
-rw-r--r-- | 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 fc034cf0..abc616ee 100644 --- a/ranger/config/commands.py +++ b/ranger/config/commands.py @@ -686,7 +686,7 @@ class rename(Command): return self._tab_directory_content() class renameConsole(Command): - """:renameCommand + """:renameConsole Creates an open_console for the rename command, automatically placing the cursor before the file extension. """ |