X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-symbolic-ref.c;h=bfc78bb3f6eff2f8e39649b9649ae7263f143ad9;hb=c4275591fbb7d582c397b228e38dbb8419c89330;hp=b49bdb6900f2c49b55880f9f220597bf3f156810;hpb=159e639e5bf24d78b22802934ae335413b2aa6ae;p=git.git diff --git a/builtin-symbolic-ref.c b/builtin-symbolic-ref.c index b49bdb690..bfc78bb3f 100644 --- a/builtin-symbolic-ref.c +++ b/builtin-symbolic-ref.c @@ -4,7 +4,7 @@ #include "parse-options.h" static const char * const git_symbolic_ref_usage[] = { - "git-symbolic-ref [options] name [ref]", + "git symbolic-ref [options] name [ref]", NULL };