summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKeith Devens <keith@keithdevens.com>2018-11-25 20:01:14 -0700
committerDavid Peter <sharkdp@users.noreply.github.com>2018-11-26 20:11:25 +0100
commit6aa002850cae24360d406f0ee39cdeefb256745f (patch)
tree960b48c05752d37ca7518afc1d22308e186ef9eb /README.md
parent49c22c8d39244d2157e7440d7a87ed796436cbc1 (diff)
Correct typo in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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