Skip to content

Commit

Permalink
prune-packed: add -q to usage
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Matthias Lederhofer authored and Junio C Hamano committed Jan 18, 2007
1 parent cc75ad6 commit bd67f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-prune-packed.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd67f09

Please sign in to comment.