mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-01 12:41:58 -07:00
Update documentation for --color ansi
In `src/app.rs`, change typo "When ansi used" to "When ansi is used". Update man pages with missing `ansi` option for `--color`.
This commit is contained in:
committed by
Andrew Gallant
parent
1e3fc79949
commit
2c98e5ce1e
4
doc/rg.1
4
doc/rg.1
@@ -43,8 +43,8 @@ Only show count of line matches for each file.
|
||||
.RE
|
||||
.TP
|
||||
.B \-\-color \f[I]WHEN\f[]
|
||||
Whether to use coloring in match.
|
||||
Valid values are never, always or auto.
|
||||
Whether to use color in the output.
|
||||
Valid values are never, auto, always or ansi.
|
||||
[default: auto]
|
||||
.RS
|
||||
.RE
|
||||
|
Reference in New Issue
Block a user