summaryrefslogtreecommitdiff
path: root/unpack-objects.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-12 08:45:52 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-08-12 17:38:20 (GMT)
commit87b7b84159381f5f0483e425122886cd952e374e (patch)
tree86a8bd451b3062a9552cbd5a75a2ee584a7d660b /unpack-objects.c
parent0d62fb5672c7b6e3fc6c5418d61ff39bf6034741 (diff)
downloadgit-87b7b84159381f5f0483e425122886cd952e374e.zip
git-87b7b84159381f5f0483e425122886cd952e374e.tar.gz
git-87b7b84159381f5f0483e425122886cd952e374e.tar.bz2
Update unpack-objects usage and documentation.
It long supported -q flag to suppress progress meter without properly being documented.
Diffstat (limited to 'unpack-objects.c')
-rw-r--r--unpack-objects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unpack-objects.c b/unpack-objects.c
index 7e7be5c..8ae1a1c 100644
--- a/unpack-objects.c
+++ b/unpack-objects.c
@@ -6,7 +6,7 @@
#include <sys/time.h>
static int dry_run, quiet;
-static const char unpack_usage[] = "git-unpack-objects < pack-file";
+static const char unpack_usage[] = "git-unpack-objects [-q] < pack-file";
/* We always read in 4kB chunks. */
static unsigned char buffer[4096];