Browse Source

prune-packed: add -q to usage

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Matthias Lederhofer 18 years ago committed by Junio C Hamano
parent
commit
bd67f09f6d
  1. 2
      builtin-prune-packed.c

2
builtin-prune-packed.c

@ -2,7 +2,7 @@ @@ -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…
Cancel
Save