summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cc75ad6)
raw | patch | inline | side by side (parent: cc75ad6)
author | Matthias Lederhofer <matled@gmx.net> | |
Thu, 18 Jan 2007 16:11:13 +0000 (17:11 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 18 Jan 2007 22:30:05 +0000 (14:30 -0800) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-prune-packed.c | patch | blob | history |
diff --git a/builtin-prune-packed.c b/builtin-prune-packed.c
index a57b76d7b7496f3cf81914672845bdebc75c91f8..977730064b949c983163e972ef85a63d1fe4c914 100644 (file)
--- a/builtin-prune-packed.c
+++ b/builtin-prune-packed.c
#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