standardize usage info string format
[gitweb.git] / builtin / for-each-ref.c
index f3ce004d53c55e3f53d6a90d21d2877368676f08..c97368a843fa0c513c93bb7f5e4c9ff6ca10cb8c 100644 (file)
@@ -1054,7 +1054,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
 };