]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin-name-rev.c
Makefile: Normalize $(bindir) and $(gitexecdir) before comparing
[thirdparty/git.git] / builtin-name-rev.c
index f153da012f4e89ff8744ede70911cd4690de79b2..85612c4dcb719b460623204046e35486e9d9fe97 100644 (file)
@@ -172,7 +172,7 @@ static void show_name(const struct object *obj,
 }
 
 static char const * const name_rev_usage[] = {
-       "git-name-rev [options] ( --all | --stdin | <commit>... )",
+       "git name-rev [options] ( --all | --stdin | <commit>... )",
        NULL
 };