diff options
author | Junio C Hamano <junkio@cox.net> | 2006-09-12 22:59:15 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-09-12 22:59:15 -0700 |
commit | 4321134cd85eabc5d4d07a7ce00d4cf6a02c38fb (patch) | |
tree | 853137335a875464af51e1a418215f1109a563e0 /builtin-pack-objects.c | |
parent | 106d710bc13f34aec1a15c4cff80f062f384edf6 (diff) | |
download | git-4321134cd85eabc5d4d07a7ce00d4cf6a02c38fb.tar.gz git-4321134cd85eabc5d4d07a7ce00d4cf6a02c38fb.tar.xz |
pack-objects: document --revs, --unpacked and --all.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin-pack-objects.c')
-rw-r--r-- | builtin-pack-objects.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-pack-objects.c b/builtin-pack-objects.c index 753dd9a41..8d7a1209d 100644 --- a/builtin-pack-objects.c +++ b/builtin-pack-objects.c @@ -15,7 +15,7 @@ #include <sys/time.h> #include <signal.h> -static const char pack_usage[] = "git-pack-objects [-q] [--no-reuse-delta] [--non-empty] [--local] [--incremental] [--window=N] [--depth=N] {--stdout | base-name} [--revs [--unpacked | --all]* <ref-list | <object-list]"; +static const char pack_usage[] = "git-pack-objects [-q] [--no-reuse-delta] [--non-empty] [--local] [--incremental] [--window=N] [--depth=N] [--revs [--unpacked | --all]*] [--stdout | base-name] <ref-list | <object-list]"; struct object_entry { unsigned char sha1[20]; |