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>
This commit is contained in:
Nikolai Weibull
2005-11-15 00:20:01 +01:00
committed by Junio C Hamano
parent 9add69b1b1
commit b2309b7019
2 changed files with 6 additions and 2 deletions

View File

@ -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];