Merge branch 'km/bsd-sysctl'
[gitweb.git] / builtin / grep.c
index e77f7cf109a02a10b2f38132b1a169b43d3c11d9..335f25d0ad69a41ee2ea1e1e38aecbc2c121cb8c 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
 };