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