summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/rg.1.txt.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/rg.1.txt.tpl b/doc/rg.1.txt.tpl
index 4357ceb9..3ce0881d 100644
--- a/doc/rg.1.txt.tpl
+++ b/doc/rg.1.txt.tpl
@@ -143,16 +143,16 @@ would behave identically to the following command
same with using globs
- --glob=!git/*
+ --glob=!.git
or
--glob
- !git/*
+ !.git
would behave identically to the following command
- rg --glob '!git/*' foo
+ rg --glob '!.git' foo
ripgrep also provides a flag, *--no-config*, that when present will suppress
any and all support for configuration. This includes any future support