]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Put a space between `<' and argument in pack-objects usage string
authorŠtěpán Němec <stepan.nemec@gmail.com>
Fri, 8 Oct 2010 17:31:19 +0000 (19:31 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Oct 2010 19:31:08 +0000 (12:31 -0700)
This makes it cosistent with other places (including the
git-pack-objects(1) manpage itself) and avoids possible confusion (I,
for one, mistook `<object-list' for a `<object-list>' typo at first when
preparing this series).

Signed-off-by: Štěpán Němec <stepnem@gmail.com>
Acked-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c

index 26f23041f12557f24587f110bcbf38fff4745c44..f8eba53c82242d0c435524ab9ffab70ba2e2d5ad 100644 (file)
@@ -31,7 +31,7 @@ static const char pack_usage[] =
   "        [--threads=<n>] [--non-empty] [--revs [--unpacked | --all]]\n"
   "        [--reflog] [--stdout | base-name] [--include-tag]\n"
   "        [--keep-unreachable | --unpack-unreachable]\n"
-  "        [<ref-list | <object-list]";
+  "        [< ref-list | < object-list]";
 
 struct object_entry {
        struct pack_idx_entry idx;