summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Quinson <martin.quinson@loria.fr>2012-12-27 16:36:24 +0100
committerMartin Quinson <martin.quinson@loria.fr>2012-12-27 16:36:24 +0100
commit77bdb5b63af0de21642e4c32d479ae1c997e0c6f (patch)
tree90534e258fa67922629e3fb705374620b89e2dba /doc
parent6c7fbfb3c2c85ff512513ac97c62721a128afb64 (diff)
downloadquilt-77bdb5b63af0de21642e4c32d479ae1c997e0c6f.tar.gz
Use 'less -R' as a default pager
Diffstat (limited to 'doc')
-rw-r--r--doc/quilt.1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/quilt.1.in b/doc/quilt.1.in
index eb2e8d1..895c518 100644
--- a/doc/quilt.1.in
+++ b/doc/quilt.1.in
@@ -208,7 +208,7 @@ QUILT_REFRESH_ARGS.
The pager quilt shall use for commands which produce paginated output. If
unset, the values of GIT_PAGER or PAGER is used. If none of these variables
-is set, "less" is used. An empty value indicates that no pager should be
+is set, "less -R" is used. An empty value indicates that no pager should be
used.
.IP EDITOR 4