diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2010-09-29 23:22:33 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-09-30 12:22:02 -0700 |
commit | 8695353147e0c20fc8197fd73efec2ca9bce0304 (patch) | |
tree | ecb7aaa8538dc6dcf962ed0a66d21c391715cae0 | |
parent | 8713feb16dd6a472828bbdcf914a1c8f5c6810a2 (diff) | |
download | git-8695353147e0c20fc8197fd73efec2ca9bce0304.tar.gz |
Fix typo in pack-objects' usage
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 0e81673118..3756cf36ee 100644 --- a/builtin/pack-objects.c +++ b/builtin/pack-objects.c @@ -30,7 +30,7 @@ static const char pack_usage[] = " [--no-reuse-delta] [--no-reuse-object] [--delta-base-offset]\n" " [--threads=N] [--non-empty] [--revs [--unpacked | --all]*]\n" " [--reflog] [--stdout | base-name] [--include-tag]\n" - " [--keep-unreachable | --unpack-unreachable \n" + " [--keep-unreachable | --unpack-unreachable]\n" " [<ref-list | <object-list]"; struct object_entry { |