Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
get_urlmatch: avoid useless strbuf write
[gitweb.git]
/
builtin
/
for-each-ref.c
diff --git
a/builtin/for-each-ref.c
b/builtin/for-each-ref.c
index 008513c2f135b5a77d1642ff88e272a7e2f9f9d5..83f9cf91633a514e9301762fe774ee91be092848 100644
(file)
--- a/
builtin/for-each-ref.c
+++ b/
builtin/for-each-ref.c
@@
-1060,7
+1060,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
};