X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-prune-packed.c;h=10cb8df8457fd5f2ba9be62ecd0f9384e21c3e63;hb=be58e70dbadf3cb3f4aa5829d513d886ae8bc460;hp=241afbbab54cef58361b0a8284fe1cefcd5dc2a8;hpb=d8ad63aff0c494898f95aefb12fef25514ba7413;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