about summary refs log tree commit diff stats
path: root/doc/rifle.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rifle.1')
-rw-r--r--doc/rifle.14
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rifle.1 b/doc/rifle.1
index b3dd6373..4e213a8a 100644
--- a/doc/rifle.1
+++ b/doc/rifle.1
@@ -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