Put a space between `<' and argument in pack-objects usage string
commit884220653f2abd381d94c5902e4cb0f237504d03
authorŠtěpán Němec <stepan.nemec@gmail.com>
Fri, 8 Oct 2010 17:31:19 +0000 (8 19:31 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Oct 2010 19:31:08 +0000 (8 12:31 -0700)
treeb625df1812337f8eb08af80094c6dc5af3e81705
parentefc39d6daf6518dac346d2716bf6b1031f73aecf
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 <stepnem@gmail.com>
Acked-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c