summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-06-29 14:14:28 +0100
committerDan Davison <dandavison7@gmail.com>2021-06-29 15:28:52 +0100
commit04c3ffd8eaa76b1cd9d27b437cc6bf10a96d2f50 (patch)
tree3d9375ebeee3b0f8a2cce7059d20c5b344f18b13
parent97261d0052d657682dcca7f1d8ef14eb49f088f7 (diff)
Update help text in README
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index e7c87b94..a7f2fa5b 100644
--- a/README.md
+++ b/README.md
@@ -826,10 +826,12 @@ OPTIONS:
Whether to examine ANSI color escape sequences in raw lines received from Git and handle lines colored in
certain ways specially. This is on by default: it is how Delta supports Git's --color-moved feature. Set
this to "false" to disable this behavior [default: true]
+ --pager <pager>
+ Which pager to use. The default pager is `less`. You can also change pager by setting the environment
+ variables DELTA_PAGER, BAT_PAGER, or PAGER (and that is their order of priority). This option overrides all
+ environment variables above
--paging <paging-mode>
- Whether to use a pager when displaying output. Options are: auto, always, and never. The default pager is
- `less`: this can be altered by setting the environment variables DELTA_PAGER, BAT_PAGER, or PAGER (and that
- is their order of priority) [default: auto]
+ Whether to use a pager when displaying output. Options are: auto, always, and never [default: auto]
--minus-empty-line-marker-style <minus-empty-line-marker-style>
Style for removed empty line marker (used only if --minus-style has no background color) [default: normal auto]
--plus-empty-line-marker-style <plus-empty-line-marker-style>