Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-12 12:45:52 +0400
committerJunio C Hamano <junkio@cox.net>2005-08-12 21:38:20 +0400
commit87b7b84159381f5f0483e425122886cd952e374e (patch)
tree86a8bd451b3062a9552cbd5a75a2ee584a7d660b /unpack-objects.c
parent0d62fb5672c7b6e3fc6c5418d61ff39bf6034741 (diff)
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 7e7be5cbd4..8ae1a1c0fd 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];