Skip to content

Commit 8842206

Browse files
Štěpán Němecgitster
authored andcommitted
Put a space between `<' and argument in pack-objects usage string
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 <[email protected]> Acked-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent efc39d6 commit 8842206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/pack-objects.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static const char pack_usage[] =
3131
" [--threads=<n>] [--non-empty] [--revs [--unpacked | --all]]\n"
3232
" [--reflog] [--stdout | base-name] [--include-tag]\n"
3333
" [--keep-unreachable | --unpack-unreachable]\n"
34-
" [<ref-list | <object-list]";
34+
" [< ref-list | < object-list]";
3535

3636
struct object_entry {
3737
struct pack_idx_entry idx;

0 commit comments

Comments
 (0)