about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-04-17 19:38:08 +0200
committerhut <hut@lavabit.com>2010-04-17 19:38:08 +0200
commitd0e58e1df8f5c92fb86decde8a15987e63e7b04a (patch)
treee57b75c86b80fc4b507b5e32e31fd1eee1b1aff0
parenteafe24e15e84d64e893ca756272466e29e3f2a49 (diff)
downloadranger-d0e58e1df8f5c92fb86decde8a15987e63e7b04a.tar.gz
help.starting: explain uppercase flags
-rw-r--r--ranger/help/starting.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ranger/help/starting.py b/ranger/help/starting.py
index 88f90184..8fd8b0da 100644
--- a/ranger/help/starting.py
+++ b/ranger/help/starting.py
@@ -99,6 +99,9 @@ Flags give you a way to modify the behaviour of the spawned process.
 For example, "open with: p" will pipe the output of that process into
 the pager.
 
+An uppercase flag has the opposite effect.  If a program will be detached by
+default, use "open with: D" to not detach it.
+
 Note: Some combinations don't make sense, eg: "vim d" would open the file in
 vim and detach it.  Since vim is a console application, you loose grip
 of that process when you detach it.  It's up to you to do such sanity checks.