Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'es/squelch-openssl-warnings-on-macosx'
[gitweb.git]
/
builtin
/
grep.c
diff --git
a/builtin/grep.c
b/builtin/grep.c
index 4063882f06536ad5b3f1292a5b66e534ad4688af..9262b73b6f5efd28756db221f2775671430c7fd2 100644
(file)
--- a/
builtin/grep.c
+++ b/
builtin/grep.c
@@
-20,7
+20,7
@@
#include "pathspec.h"
static char const * const grep_usage[] = {
- N_("git grep [
options
] [-e] <pattern> [<rev>...] [[--] <path>...]"),
+ N_("git grep [
<options>
] [-e] <pattern> [<rev>...] [[--] <path>...]"),
NULL
};