summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorrukai <rubickent@gmail.com>2014-08-18 17:16:53 +1000
committerrukai <rubickent@gmail.com>2014-08-18 17:16:53 +1000
commit94ed0313c02c0449815e67f38e56f6589c69389e (patch)
treee217a32ba187de9785d0079475e2c21c03bf48cb
parentdcf5f19e82a0cd9b09e75c836c28139f16733f59 (diff)
downloadranger-94ed0313c02c0449815e67f38e56f6589c69389e.tar.gz
Fixed renameConsole usage in documentation.
-rw-r--r--ranger/config/commands.py2
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.
     """