Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sb/plug-leak-in-make-cache-entry'
[gitweb.git]
/
builtin
/
for-each-ref.c
diff --git
a/builtin/for-each-ref.c
b/builtin/for-each-ref.c
index a0123f6146b53de295d01b438b72fb3dc7d76a0c..19be78a943d303700379f665d64c8843c69848d5 100644
(file)
--- a/
builtin/for-each-ref.c
+++ b/
builtin/for-each-ref.c
@@
-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
};