diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-05-17 12:16:49 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-17 12:16:49 -0700 |
commit | 680ed3eeb6d6edd4095be43451fb1f73de17927b (patch) | |
tree | 76e191398307911a670412be7ab48d4e49449145 /Documentation/git-grep.txt | |
parent | Merge branch 'dw/asciidoc-sources-are-dot-txt-files' (diff) | |
parent | documentation: trivial style cleanups (diff) | |
download | tgif-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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt index 50d46e1a7b..8497aa4494 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 |