mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-16 17:51:31 +01:00
Correct typo in readme
This commit is contained in:
parent
49c22c8d39
commit
6aa002850c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user