prune-packed: add -q to usage
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
cc75ad6762
commit
bd67f09f6d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user