about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-04-17 14:05:15 +0200
committerhut <hut@lavabit.com>2010-04-17 14:05:15 +0200
commit5588ccbab5cb30fb65a2f8e4aa4499d1567cf6ee (patch)
tree55d9bfedcd1baffff2be5c6cd6211147e9c68554
parentc82e1c27a1033b3d7cbe3dddcfeed126e2632c5f (diff)
downloadranger-5588ccbab5cb30fb65a2f8e4aa4499d1567cf6ee.tar.gz
help.starting: updated
-rw-r--r--ranger/help/starting.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/ranger/help/starting.py b/ranger/help/starting.py
index 29921ffc..88f90184 100644
--- a/ranger/help/starting.py
+++ b/ranger/help/starting.py
@@ -66,7 +66,8 @@ in the class CustomApplications which starts with "app_" can be used
 as a program in the "open with" prompt.
 
 You're encouraged to add your own program definitions to the list.  Refer to
-documentation in ranger/applications.py for more information on this subject.
+the existing examples in the apps.py, it should be easy to adapt it for your
+purposes.
 
 
 ==============================================================================
@@ -75,8 +76,8 @@ documentation in ranger/applications.py for more information on this subject.
 Sometimes there are multiple variants to open a file.  For example, ranger
 gives you 2 ways of opening a video (by default):
 
-	0	fullscreen
-	1	windowed
+	0	windowed
+	1	fullscreen
 
 By specifying a mode, you can select one of those.  The "l" key will
 start a file in mode 0. "4l" will start the file in mode 4 etc.
@@ -92,7 +93,7 @@ For a list of all programs and modes, see ranger/defaults/apps.py
 Flags give you a way to modify the behaviour of the spawned process.
 
 	s	Silent mode.  Output will be discarded.
-	d	Detach the process.
+	d	Detach the process.  (Run in background)
 	p	Redirect output to the pager
 
 For example, "open with: p" will pipe the output of that process into