X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-describe.c;h=ec404c839b6542deb4e15ca342fd3c0afbbedd2e;hb=eaa2a6fc84bc02c1356353f7364e976e46133e98;hp=62a19056ef05989b0b48d0939758a66175b3f442;hpb=5324a6339acfabdb27c9ef410525eb6b82d05002;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 };