diff options
author | toonn <toonn@toonn.io> | 2020-11-08 13:43:53 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2020-11-08 13:43:53 +0100 |
commit | eb9fbe6d3cf979dde232c4927ca31aa5c0259804 (patch) | |
tree | fd85ffc6189f7c2692cccba2b95716a48697bd20 /doc/rifle.1 | |
parent | e4d2f6ec877432382c4cf5b6ad58461aac3ae7af (diff) | |
parent | e71b935362812cac0170f376cf0fafd99983310f (diff) | |
download | ranger-eb9fbe6d3cf979dde232c4927ca31aa5c0259804.tar.gz |
Merge branch 'plesiv-master'
Diffstat (limited to 'doc/rifle.1')
-rw-r--r-- | doc/rifle.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rifle.1 b/doc/rifle.1 index b3dd6373..6b676162 100644 --- a/doc/rifle.1 +++ b/doc/rifle.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "RIFLE 1" -.TH RIFLE 1 "rifle-1.9.3" "2020-02-08" "rifle manual" +.TH RIFLE 1 "rifle-1.9.3" "2020-11-08" "rifle manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -216,8 +216,8 @@ List all the different methods: .PP .Vb 4 \& $ rifle \-l helloworld.py -\& 0:editor::"$EDITOR" \-\- "$@" -\& 1:pager::"$PAGER" \-\- "$@" +\& 0:editor::$EDITOR \-\- "$@" +\& 1:pager::$PAGER \-\- "$@" \& 2:::python \-\- "$1" .Ve .PP |