diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-12 01:45:52 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-12 10:38:20 -0700 |
commit | 87b7b84159381f5f0483e425122886cd952e374e (patch) | |
tree | 86a8bd451b3062a9552cbd5a75a2ee584a7d660b /unpack-objects.c | |
parent | 0d62fb5672c7b6e3fc6c5418d61ff39bf6034741 (diff) | |
download | git-87b7b84159381f5f0483e425122886cd952e374e.tar.gz git-87b7b84159381f5f0483e425122886cd952e374e.tar.xz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unpack-objects.c b/unpack-objects.c index 7e7be5cbd..8ae1a1c0f 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]; |