Add --smart-case.

It does what it says on the tin.

Closes #70.
This commit is contained in:
Andrew Gallant
2016-09-24 21:51:04 -04:00
parent 8eeb0c0b60
commit 1595f0faf5
5 changed files with 63 additions and 1 deletions

View File

@@ -154,6 +154,10 @@ the raw speed of grep.
-p, --pretty
: Alias for --color=always --heading -n.
-S, --smart-case
: Search case insensitively if the pattern is all lowercase.
Search case sensitively otherwise.
-j, --threads *ARG*
: The number of threads to use. Defaults to the number of logical CPUs
(capped at 6). [default: 0]