Update the usage bundle string.
commit1f986c4ac4df6fcac4b19bc9cd3a8b6c8f0ffdea
authorThiago Farina <tfransosi@gmail.com>
Thu, 17 Sep 2009 17:20:53 +0000 (17 13:20 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 19 Sep 2009 02:47:15 +0000 (18 19:47 -0700)
tree12afcdd057ebe4127ac01549a1157d7926befda5
parente481b1d8db9947681a5c124545ef06951f42155d
Update the usage bundle string.

"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>
builtin-bundle.c