From: Junio C Hamano Date: Fri, 12 Aug 2005 08:45:52 +0000 (-0700) Subject: Update unpack-objects usage and documentation. X-Git-Tag: v0.99.5~23^2~10 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=87b7b84159381f5f0483e425122886cd952e374e;p=git.git Update unpack-objects usage and documentation. It long supported -q flag to suppress progress meter without properly being documented. --- diff --git a/Documentation/git-unpack-objects.txt b/Documentation/git-unpack-objects.txt index a12b8438..a42a75e0 100644 --- a/Documentation/git-unpack-objects.txt +++ b/Documentation/git-unpack-objects.txt @@ -9,7 +9,7 @@ git-unpack-objects - Unpack objects from a packed archive. SYNOPSIS -------- -'git-unpack-objects' < pack-file +'git-unpack-objects' [-q] 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];