prune-packed: add -q to usage

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Matthias Lederhofer 2007-01-18 17:11:13 +01:00 committed by Junio C Hamano
parent cc75ad6762
commit bd67f09f6d

View File

@ -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