diff options
author | M Rawash <mrawash@gmail.com> | 2011-12-11 21:58:02 +0200 |
---|---|---|
committer | M Rawash <mrawash@gmail.com> | 2011-12-11 22:01:52 +0200 |
commit | d6e61b1d3004ce58fc58a9d6035498b13e6f2089 (patch) | |
tree | bacb6f69e2049b88ce9d802ba67323089873720f /ranger | |
parent | f206876a66deb57eb27058c35e69c411e5171f01 (diff) | |
download | ranger-d6e61b1d3004ce58fc58a9d6035498b13e6f2089.tar.gz |
Added documentation for new flags
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/defaults/apps.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/defaults/apps.py b/ranger/defaults/apps.py index 0a68d006..77c66c7b 100644 --- a/ranger/defaults/apps.py +++ b/ranger/defaults/apps.py @@ -35,6 +35,8 @@ # p Redirect output to the pager # w Wait for an Enter-press when the process is done # c Run the current file only, instead of the selection +# r Run application with root privilege +# t Run application in a new terminal window # # To implement flags in this file, you could do this: # context.flags += "d" |