X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=builtin-update-ref.c;h=56a0b1b39cf4c4fc51dbbff256240655bc36a038;hb=847d10f56d7853cd0e139a7c2e6ad0ad2de5c464;hp=d90d11d2e35c38baab32f05f58125aaf1baee6cc;hpb=bb293b831b9d0aade79c0acf5bf6091106e7d19b;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 };