]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin-symbolic-ref.c
Test and fix normalize_path_copy()
[thirdparty/git.git] / builtin-symbolic-ref.c
index b49bdb6900f2c49b55880f9f220597bf3f156810..bfc78bb3f6eff2f8e39649b9649ae7263f143ad9 100644 (file)
@@ -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
 };