From 6aa002850cae24360d406f0ee39cdeefb256745f Mon Sep 17 00:00:00 2001 From: Keith Devens Date: Sun, 25 Nov 2018 20:01:14 -0700 Subject: [PATCH] Correct typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5dc436c..577fbc52 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ export BAT_PAGER="less -RF" Instead of using environment variables, you can also use `bat`s [configuration file](https://github.com/sharkdp/bat#configuration-file) to configure the pager (`--pager` option). -**Note**: By default, if the pager is set to `less` (any no command-line options are specified), +**Note**: By default, if the pager is set to `less` (and no command-line options are specified), `bat` will pass the following command line options to the pager: `-R`/`--RAW-CONTROL-CHARS`, `-F`/`--quit-if-one-screen` and `-X`/`--no-init`. The first (`-R`) is needed to interpret ANSI colors correctly. The second option (`-F`) instructs