Skip to content

Commit

Permalink
Put a space between `<' and argument in pack-objects usage string
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Štěpán Němec authored and Junio C Hamano committed Oct 8, 2010
1 parent efc39d6 commit 8842206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/pack-objects.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8842206

Please sign in to comment.