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