Update the usage bundle string.
authorThiago Farina <tfransosi@gmail.com>
Thu, 17 Sep 2009 17:20:53 +0000 (13:20 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 19 Sep 2009 02:47:15 +0000 (19:47 -0700)
"git bundle -h" gives a single long line that is hard to read. Rewrite it
into a multi-line format similar to the one used by other commands, e.g
"git stash -h".

Signed-off-by: Thiago Farina <tfransosi@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found