1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-29 22:01:04 +02:00

doc: fix asciidoc->man formatting

This commit is contained in:
Andrew Gallant 2018-02-10 22:48:46 -05:00
parent c4a5bc06c5
commit a2a7f58aa6
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -694,7 +694,7 @@ the background color for line numbers to yellow:
rg --colors 'match:fg:magenta' --colors 'line:bg:yellow' foo.
Extended colors can be used for {value} when the terminal supports ANSI color
Extended colors can be used for `{value}` when the terminal supports ANSI color
sequences. These are specified as either 'x' (256-color) or 'x,x,x' (24-bit
truecolor) where x is a number between 0 and 255 inclusive. x may be given as
a normal decimal number or a hexadecimal number, which is prefixed by `0x`.