X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-describe.c;h=ec404c839b6542deb4e15ca342fd3c0afbbedd2e;hb=d1f63a37caae19314bbd55c9fe3554d2e53537e7;hp=62a19056ef05989b0b48d0939758a66175b3f442;hpb=7ed3fed33dd71adad863d350b7a501a12cb94d07;p=git.git diff --git a/builtin-describe.c b/builtin-describe.c index 62a19056e..ec404c839 100644 --- a/builtin-describe.c +++ b/builtin-describe.c @@ -10,7 +10,7 @@ #define MAX_TAGS (FLAG_BITS - 1) static const char * const describe_usage[] = { - "git-describe [options] *", + "git describe [options] *", NULL };