diff options
author | rukai <rubickent@gmail.com> | 2014-08-18 17:16:53 +1000 |
---|---|---|
committer | rukai <rubickent@gmail.com> | 2014-08-18 17:16:53 +1000 |
commit | 94ed0313c02c0449815e67f38e56f6589c69389e (patch) | |
tree | e217a32ba187de9785d0079475e2c21c03bf48cb | |
parent | dcf5f19e82a0cd9b09e75c836c28139f16733f59 (diff) | |
download | ranger-94ed0313c02c0449815e67f38e56f6589c69389e.tar.gz |
Fixed renameConsole usage in documentation.
-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. """ |