summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-04-14 01:54:08 +0200
committerhut <hut@lavabit.com>2010-04-14 01:54:08 +0200
commitab5d63be742a6d6ca10443c12d561b0a1c861474 (patch)
tree373efcd5a8ee71faf46fe400e3eb79ec21a1e690
parent61ee65bf3e71c422728e999b119a702d5b1712a2 (diff)
downloadranger-ab5d63be742a6d6ca10443c12d561b0a1c861474.tar.gz
ranger.help: update
-rw-r--r--ranger/help/console.py2
-rw-r--r--ranger/help/movement.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ranger/help/console.py b/ranger/help/console.py
index 3a4428f3..76ce9f59 100644
--- a/ranger/help/console.py
+++ b/ranger/help/console.py
@@ -149,7 +149,7 @@ the flag "-OO" which removes all docstrings.)
 ==============================================================================
 3.4. The Open Console
 
-Open this console by pressing "!"
+Open this console by pressing "!" or "s"
 
 The Open Console allows you to execute shell commands:
 !vim *         will run vim and open all files in the directory.
diff --git a/ranger/help/movement.py b/ranger/help/movement.py
index 4ea2b0c3..f6a70eb1 100644
--- a/ranger/help/movement.py
+++ b/ranger/help/movement.py
@@ -77,7 +77,7 @@ These keys work like in vim:
 
 	i	inspect the content of the file
 	E	edit the file
-	s	open a shell, starting in the current directory
+	S	open a shell, starting in the current directory
 
 Marking files allows you to use operations on multiple files at once.
 If there are any marked files in this directory, "yy" will copy them instead