summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-10-10 20:08:33 -0400
committerDan Davison <dandavison7@gmail.com>2020-10-10 20:08:33 -0400
commit0944a61ecad7cd8db73b6d2898c7ead7904735df (patch)
treec78dca26a1dbd30b86795639cb7f9f0ae0ced919
parentb44fad84fa0bc7c2b0fb0b564e605f4eb36bf1e8 (diff)
Update README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f140d15d..679f61ff 100644
--- a/README.md
+++ b/README.md
@@ -719,8 +719,8 @@ OPTIONS:
this to "false" to disable this behavior [default: true]
--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 BAT_PAGER or PAGER (BAT_PAGER has priority)
- [default: auto]
+ `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]
--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>