Code

Fix typo in pack-objects' usage
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 29 Sep 2010 22:22:33 +0000 (23:22 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Sep 2010 19:22:02 +0000 (12:22 -0700)
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>
builtin/pack-objects.c

index 0e8167311884d38c48a9421bf8aede89e7f2c22d..3756cf36ee5dd6fb963af2ab62b0d474fcabd4bb 100644 (file)
@@ -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 {