summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-02 14:24:07 +0200
committerhut <hut@lavabit.com>2011-10-02 14:24:07 +0200
commitae707840136d7a4309381f6de895de24cc7f366c (patch)
tree310e4f160bc9face59092a9d011735bafdc02ee2
parentadaaf378182e3e303e46c1071f048befe6ddd06d (diff)
downloadranger-ae707840136d7a4309381f6de895de24cc7f366c.tar.gz
core.runner: updated docstring
-rw-r--r--ranger/core/runner.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/ranger/core/runner.py b/ranger/core/runner.py
index 4df5fe6f..ad4ca558 100644
--- a/ranger/core/runner.py
+++ b/ranger/core/runner.py
@@ -28,7 +28,9 @@ List of allowed flags:
 s: silent mode. output will be discarded.
 d: detach the process.
 p: redirect output to the pager
-(An uppercase key ensures that a certain flag will not be used.)
+c: run only the current file (not handled here)
+w: wait for enter-press afterwards
+(An uppercase key negates the respective lower case flag)
 """
 
 import os