aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-grep.txt
diff options
context:
space:
mode:
authorMark Lodato <lodatom@gmail.com>2010-02-25 22:40:10 -0500
committerJunio C Hamano <gitster@pobox.com>2010-02-25 22:39:09 -0800
commit04416018a77ced575c35791f8300ab014417aab9 (patch)
treee262a1fbf558399e77c6cb5442a5fdc68b5601c7 /Documentation/git-grep.txt
parent8bb45b25b2230c84724f6f62bfcc04a79999a90c (diff)
downloadgit-04416018a77ced575c35791f8300ab014417aab9.tar.gz
git-04416018a77ced575c35791f8300ab014417aab9.tar.xz
grep docs: pluralize "Example" section
Signed-off-by: Mark Lodato <lodatom@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-grep.txt')
-rw-r--r--Documentation/git-grep.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt
index c44724d03..ae663b021 100644
--- a/Documentation/git-grep.txt
+++ b/Documentation/git-grep.txt
@@ -174,8 +174,8 @@ OPTIONS
If given, limit the search to paths matching at least one pattern.
Both leading paths match and glob(7) patterns are supported.
-Example
--------
+Examples
+--------
git grep 'time_t' -- '*.[ch]'::
Looks for `time_t` in all tracked .c and .h files in the working