From 87b7b84159381f5f0483e425122886cd952e374e Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 12 Aug 2005 01:45:52 -0700 Subject: Update unpack-objects usage and documentation. It long supported -q flag to suppress progress meter without properly being documented. --- unpack-objects.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unpack-objects.c') 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 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]; -- cgit v1.3-5-g9baa