Clarify -u/--unrestricted flags.

Fixes #340
This commit is contained in:
Andrew Gallant
2017-03-12 20:24:45 -04:00
parent 4ef4818130
commit f0d3cae569
2 changed files with 19 additions and 0 deletions

View File

@@ -89,6 +89,10 @@ Project home page: https://github.com/BurntSushi/ripgrep
-u flags will search binary files. -uu is equivalent to grep -r, and -uuu is
equivalent to grep -a -r.
Note that the -u flags are convenient aliases for other combinations of
flags. -u aliases '--no-ignore'. -uu aliases '--no-ignore --hidden'.
-uuu aliases '--no-ignore --hidden --text'.
-v, --invert-match
: Invert matching.