Merge branch 'sb/plug-leak-in-make-cache-entry'
[gitweb.git] / builtin / for-each-ref.c
index a0123f6146b53de295d01b438b72fb3dc7d76a0c..19be78a943d303700379f665d64c8843c69848d5 100644 (file)
@@ -1061,7 +1061,7 @@ static int opt_parse_sort(const struct option *opt, const char *arg, int unset)
 }
 
 static char const * const for_each_ref_usage[] = {
-       N_("git for-each-ref [options] [<pattern>]"),
+       N_("git for-each-ref [<options>] [<pattern>]"),
        NULL
 };