aboutsummaryrefslogtreecommitdiff
path: root/builtin-prune-packed.c
diff options
context:
space:
mode:
authorMatthias Lederhofer <matled@gmx.net>2007-01-18 17:11:13 +0100
committerJunio C Hamano <junkio@cox.net>2007-01-18 14:30:05 -0800
commitbd67f09f6d635a4ad5281e7c3488d9b824891c36 (patch)
treef54f6fed8c66fad5753d3b7682d35586ee93c228 /builtin-prune-packed.c
parentcc75ad6762209ff6055c30b822bce22b105eb7d9 (diff)
downloadgit-bd67f09f6d635a4ad5281e7c3488d9b824891c36.tar.gz
git-bd67f09f6d635a4ad5281e7c3488d9b824891c36.tar.xz
prune-packed: add -q to usage
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin-prune-packed.c')
-rw-r--r--builtin-prune-packed.c2
1 files changed, 1 insertions, 1 deletions
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