]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin-count-objects.c
bash: remove fetch, push, pull dashed form leftovers
[thirdparty/git.git] / builtin-count-objects.c
index f00306fb677acb6003444b931dc9b2bf719bc562..91b5487478998e39bb8ae4a5cb667360cff82c9a 100644 (file)
@@ -67,7 +67,7 @@ static void count_objects(DIR *d, char *path, int len, int verbose,
 }
 
 static char const * const count_objects_usage[] = {
-       "git-count-objects [-v]",
+       "git count-objects [-v]",
        NULL
 };