X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-prune-packed.c;h=10cb8df8457fd5f2ba9be62ecd0f9384e21c3e63;hb=fc721b699b817e9cb78994c6dd6d86e744bd2112;hp=241afbbab54cef58361b0a8284fe1cefcd5dc2a8;hpb=60727b5800d7791e5b107620cb5b2d344cf97fe9;p=git.git diff --git a/builtin-prune-packed.c b/builtin-prune-packed.c index 241afbbab..10cb8df84 100644 --- a/builtin-prune-packed.c +++ b/builtin-prune-packed.c @@ -3,7 +3,7 @@ #include "progress.h" static const char prune_packed_usage[] = -"git-prune-packed [-n] [-q]"; +"git prune-packed [-n] [-q]"; #define DRY_RUN 01 #define VERBOSE 02