X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-count-objects.c;h=91b5487478998e39bb8ae4a5cb667360cff82c9a;hb=4c1360f472ca5706a3dd1eed0b88603cb05d0827;hp=f00306fb677acb6003444b931dc9b2bf719bc562;hpb=196821f440d46029f0399a7d97c0cfc78a870244;p=git.git diff --git a/builtin-count-objects.c b/builtin-count-objects.c index f00306fb6..91b548747 100644 --- a/builtin-count-objects.c +++ b/builtin-count-objects.c @@ -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 };