1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-07-16 22:42:20 +02: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:
Eric Nielsen
2017-05-25 17:04:45 -05:00
committed by Andrew Gallant
parent 1e3fc79949
commit 2c98e5ce1e
3 changed files with 9 additions and 9 deletions

View File

@ -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