Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
standardize usage info string format
[gitweb.git]
/
builtin
/
for-each-ref.c
diff --git
a/builtin/for-each-ref.c
b/builtin/for-each-ref.c
index f3ce004d53c55e3f53d6a90d21d2877368676f08..c97368a843fa0c513c93bb7f5e4c9ff6ca10cb8c 100644
(file)
--- a/
builtin/for-each-ref.c
+++ b/
builtin/for-each-ref.c
@@
-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
};