X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-symbolic-ref.c;h=bfc78bb3f6eff2f8e39649b9649ae7263f143ad9;hb=2c47789d817aaf745a5ce5d5f79619c634cc8566;hp=b49bdb6900f2c49b55880f9f220597bf3f156810;hpb=5f54de5bd07481f6d88e8dbd5551f3356ecbf513;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 };