X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-prune-packed.c;h=977730064b949c983163e972ef85a63d1fe4c914;hb=71e55854fd6e5c9ce786bcd20efef43bd56f9df0;hp=a57b76d7b7496f3cf81914672845bdebc75c91f8;hpb=67583917e9a2a85605c1123a62c8883593e7e889;p=git.git diff --git a/builtin-prune-packed.c b/builtin-prune-packed.c index a57b76d7b..977730064 100644 --- a/builtin-prune-packed.c +++ b/builtin-prune-packed.c @@ -2,7 +2,7 @@ #include "cache.h" static const char prune_packed_usage[] = -"git-prune-packed [-n]"; +"git-prune-packed [-n] [-q]"; #define DRY_RUN 01 #define VERBOSE 02