Sync with maint
[gitweb.git] / builtin / grep.c
index fe7b9fdd93c78c302f5be32e51c59a31a87412fb..abc440023ff98e354a92f002419b52836e4155c0 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
 };