aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-grep.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-05-17 12:16:49 -0700
committerJunio C Hamano <gitster@pobox.com>2013-05-17 12:16:49 -0700
commit680ed3eeb6d6edd4095be43451fb1f73de17927b (patch)
tree76e191398307911a670412be7ab48d4e49449145 /Documentation/git-grep.txt
parent8639f3e49f89525931c86048e81751b05c3923ac (diff)
parent0460ed2c93d78c753242f835c441f320f792ac54 (diff)
downloadgit-680ed3eeb6d6edd4095be43451fb1f73de17927b.tar.gz
git-680ed3eeb6d6edd4095be43451fb1f73de17927b.tar.xz
Merge branch 'fc/doc-style'
* fc/doc-style: documentation: trivial style cleanups
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 50d46e1a7..8497aa449 100644
--- a/Documentation/git-grep.txt
+++ b/Documentation/git-grep.txt
@@ -25,7 +25,7 @@ SYNOPSIS
[-W | --function-context]
[-f <file>] [-e] <pattern>
[--and|--or|--not|(|)|-e <pattern>...]
- [ [--exclude-standard] [--cached | --no-index | --untracked] | <tree>...]
+ [ [--[no-]exclude-standard] [--cached | --no-index | --untracked] | <tree>...]
[--] [<pathspec>...]
DESCRIPTION