X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-update-ref.c;h=56a0b1b39cf4c4fc51dbbff256240655bc36a038;hb=550806439402877e6dab22cacfc6de8757d18593;hp=d90d11d2e35c38baab32f05f58125aaf1baee6cc;hpb=7dde4bb3674da53dd9e33c741bea3fe680690a0d;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 };