grep docs: pluralize "Example" section

Signed-off-by: Mark Lodato <lodatom@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Mark Lodato
2010-02-25 22:40:10 -05:00
committed by Junio C Hamano
parent 8bb45b25b2
commit 04416018a7

View File

@ -174,8 +174,8 @@ OPTIONS
If given, limit the search to paths matching at least one pattern. If given, limit the search to paths matching at least one pattern.
Both leading paths match and glob(7) patterns are supported. Both leading paths match and glob(7) patterns are supported.
Example Examples
------- --------
git grep 'time_t' -- '*.[ch]':: git grep 'time_t' -- '*.[ch]'::
Looks for `time_t` in all tracked .c and .h files in the working Looks for `time_t` in all tracked .c and .h files in the working