summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
Diffstat (limited to 'help.go')
-rw-r--r--help.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/help.go b/help.go
index ab36c7d..f402ec9 100644
--- a/help.go
+++ b/help.go
@@ -99,9 +99,10 @@ The section "[main]" contains general configuration options:
stands in for $HOME. The default is "~" (the user's home directory).
* quiet (boolean): Disables automatically printing the page after any
navigation action. The default is false.
- * auto_pager (boolean): Sends pages through "less -F", where the -F
- switch disables the pager if the output fits in a single screen.
- This is true by default.
+ * pager (string): Set this to "always", "never", or "auto". "always"
+ will pipe every page printed through less(1), "never" will not, and
+ "auto" will pipe it through "less -F", which skips the pager when
+ the output fits on a single screen anyway.
`[1:],