Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/no-textconv-symlink' into maint
[gitweb.git]
/
builtin
/
grep.c
diff --git
a/builtin/grep.c
b/builtin/grep.c
index da32f3df34da7af3cdcb0a9dd6aa66061bdfe927..3d5f6ace97b806fd7dba9f8c5d62abcdbd903681 100644
(file)
--- a/
builtin/grep.c
+++ b/
builtin/grep.c
@@
-24,7
+24,7
@@
#endif
static char const * const grep_usage[] = {
- "git grep [options] [-e] <pattern> [<rev>...] [[--]
path
...]",
+ "git grep [options] [-e] <pattern> [<rev>...] [[--]
<path>
...]",
NULL
};