From: Nikolai Weibull Date: Mon, 14 Nov 2005 23:20:01 +0000 (+0100) Subject: Document the -n command-line option to git-unpack-objects X-Git-Tag: v0.99.9i^2~4 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=b2309b70197f9067cb32a620465a9b3477d8f0c3;p=git.git Document the -n command-line option to git-unpack-objects This patch documents the -n command-line option to git-unpack-objects, as it was previously undocumented. Signed-off-by: Nikolai Weibull Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-unpack-objects.txt b/Documentation/git-unpack-objects.txt index b716ba1a..31ea34d2 100644 --- a/Documentation/git-unpack-objects.txt +++ b/Documentation/git-unpack-objects.txt @@ -8,7 +8,7 @@ git-unpack-objects - Unpack objects from a packed archive. SYNOPSIS -------- -'git-unpack-objects' [-q] static int dry_run, quiet; -static const char unpack_usage[] = "git-unpack-objects [-q] < pack-file"; +static const char unpack_usage[] = "git-unpack-objects [-n] [-q] < pack-file"; /* We always read in 4kB chunks. */ static unsigned char buffer[4096];