summaryrefslogtreecommitdiffstats
path: root/doc/rifle.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rifle.pod')
-rw-r--r--doc/rifle.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rifle.pod b/doc/rifle.pod
index e0abaa3b..0cd34478 100644
--- a/doc/rifle.pod
+++ b/doc/rifle.pod
@@ -117,8 +117,8 @@ Specifies the directory for configuration files. Defaults to F<$HOME/.config>.
List all the different methods:
$ rifle -l helloworld.py
- 0:editor::"$EDITOR" -- "$@"
- 1:pager::"$PAGER" -- "$@"
+ 0:editor::$EDITOR -- "$@"
+ 1:pager::$PAGER -- "$@"
2:::python -- "$1"
Display its content by opening it with "cat":