summaryrefslogtreecommitdiff
path: root/unpack-objects.c
diff options
context:
space:
mode:
authorNikolai Weibull <mailing-lists.git@rawuncut.elitemail.org>2005-11-14 23:20:01 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-11-15 01:15:32 (GMT)
commitb2309b70197f9067cb32a620465a9b3477d8f0c3 (patch)
treecc9ff4c6e20496c673115266a837b4eb8b31abfa /unpack-objects.c
parent9add69b1b1f76db874ed899c46fbe0b252aa3c23 (diff)
downloadgit-b2309b70197f9067cb32a620465a9b3477d8f0c3.zip
git-b2309b70197f9067cb32a620465a9b3477d8f0c3.tar.gz
git-b2309b70197f9067cb32a620465a9b3477d8f0c3.tar.bz2
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 <nikolai@bitwi.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
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 8ae1a1c..8490895 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 [-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];