X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=builtin-for-each-ref.c;h=76282ad79193e2a5f0ec2ba8e5027025f8a7bee1;hb=fa4946b5532ff911565c882892a715616c22cdec;hp=fef93d7488d15fac28e96f887f26556755cc6ca8;hpb=87412ec1f17bc2705595ebabc010d94cb46478b7;p=git.git diff --git a/builtin-for-each-ref.c b/builtin-for-each-ref.c index fef93d748..76282ad79 100644 --- a/builtin-for-each-ref.c +++ b/builtin-for-each-ref.c @@ -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 };