aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-grep.txt
diff options
context:
space:
mode:
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>2007-01-17 16:32:41 +0100
committerJunio C Hamano <junkio@cox.net>2007-01-17 08:44:32 -0800
commit23bfbb815d7d71ff20c014f4610732597f0a75db (patch)
tree69a5f28bb990dfb8f5871972c1bac4c9ab0e3cb6 /Documentation/git-grep.txt
parent850844e28f728625ba96b7880a0a264a5578e4c6 (diff)
downloadgit-23bfbb815d7d71ff20c014f4610732597f0a75db.tar.gz
Documentation: a few spelling fixes
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-grep.txt')
-rw-r--r--Documentation/git-grep.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt
index bfbece9864..0140c8e358 100644
--- a/Documentation/git-grep.txt
+++ b/Documentation/git-grep.txt
@@ -91,7 +91,7 @@ OPTIONS
combined by 'or'.
--and | --or | --not | ( | )::
- Specify how multiple patterns are combined using boolean
+ Specify how multiple patterns are combined using Boolean
expressions. `--or` is the default operator. `--and` has
higher precedence than `--or`. `-e` has to be used for all
patterns.