summaryrefslogtreecommitdiffstats
path: root/doc/rg.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rg.1.md')
-rw-r--r--doc/rg.1.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/rg.1.md b/doc/rg.1.md
index 7c49eb72..fce63c56 100644
--- a/doc/rg.1.md
+++ b/doc/rg.1.md
@@ -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.