X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=builtin-for-each-ref.c;h=445039e19c75e4c9321f7ee64289ef8201a25c14;hb=847d10f56d7853cd0e139a7c2e6ad0ad2de5c464;hp=fef93d7488d15fac28e96f887f26556755cc6ca8;hpb=4df0d7af6be27fe5b0ffef438ef0169607253f66;p=git.git diff --git a/builtin-for-each-ref.c b/builtin-for-each-ref.c index fef93d748..445039e19 100644 --- a/builtin-for-each-ref.c +++ b/builtin-for-each-ref.c @@ -809,7 +809,7 @@ static struct ref_sort *default_sort(void) return sort; } -int opt_parse_sort(const struct option *opt, const char *arg, int unset) +static int opt_parse_sort(const struct option *opt, const char *arg, int unset) { struct ref_sort **sort_tail = opt->value; struct ref_sort *s; @@ -831,7 +831,7 @@ int opt_parse_sort(const struct option *opt, const char *arg, int unset) } static char const * const for_each_ref_usage[] = { - "git-for-each-ref [options] []", + "git for-each-ref [options] []", NULL };