From 4cb1b9ccc05689c0392d10f0ccf47e4832e3fc88 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 20 Sep 2016 22:18:46 -0400 Subject: typo --- README-NEW.md | 5 +++-- 1 file 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 -- cgit v1.2.3