Merge branch 'es/squelch-openssl-warnings-on-macosx'
[gitweb.git] / builtin / grep.c
index 4063882f06536ad5b3f1292a5b66e534ad4688af..9262b73b6f5efd28756db221f2775671430c7fd2 100644 (file)
@@ -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
 };