X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=builtin-update-ref.c;h=56a0b1b39cf4c4fc51dbbff256240655bc36a038;hb=aaefbfa66c348a461b3081873ef42819c8b38dac;hp=d90d11d2e35c38baab32f05f58125aaf1baee6cc;hpb=7ed3fed33dd71adad863d350b7a501a12cb94d07;p=git.git diff --git a/builtin-update-ref.c b/builtin-update-ref.c index d90d11d2e..56a0b1b39 100644 --- a/builtin-update-ref.c +++ b/builtin-update-ref.c @@ -4,8 +4,8 @@ #include "parse-options.h" static const char * const git_update_ref_usage[] = { - "git-update-ref [options] -d []", - "git-update-ref [options] []", + "git update-ref [options] -d []", + "git update-ref [options] []", NULL };