summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-20 22:18:46 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-20 22:18:46 -0400
commit4cb1b9ccc05689c0392d10f0ccf47e4832e3fc88 (patch)
tree6bd9679a4e92e8f1dca3a24bc95da319d19d6872
parent6f80e2e126d975aae1f834241e666a03941d30f8 (diff)
typo
-rw-r--r--README-NEW.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README-NEW.md b/README-NEW.md
index 25ea2755..7e046cdc 100644
--- a/README-NEW.md
+++ b/README-NEW.md
@@ -134,10 +134,11 @@ insufficient. In all cases, `.rgignore` patterns take precedence over
To ignore all ignore files, use `-u`. To additionally search hidden files
and directories, use `-uu`. To additionally search binary files, use `-uuu`.
(In other words, "search everything, dammit!") In particular, `rg -uuu` is
-equivalent to `grep -r`.
+equivalent to `grep -a -r`.
```
-$ rg -uuu foobar # equivalent to `grep -r`
+$ rg -uu foobar # equivalent to `grep -r`
+$ rg -uuu foobar # equivalent to `grep -a -r`
```
(Tip: If your ignore files aren't being adhered to like you expect, run your