git push: remove incomplete options list from help text
commitfcb044ee5754ad2df2d217748a976ec82970eb29
authorNanako Shiraishi <nanako3@lavabit.com>
Mon, 19 Oct 2009 02:54:12 +0000 (19 11:54 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Oct 2009 05:47:29 +0000 (18 22:47 -0700)
tree4f66b354ad37e884ef00518417c3f26aa9b3efaa
parent989119d96e8d06c69b16d2021856309ec8e0a0c8
git push: remove incomplete options list from help text

'git push -h' shows usage text with incomplete list of options and then
has a separate list of options that are supported. Imitate the way other
commands (I looked at 'git diff' for an example) show their options.

Signed-off-by: しらいし ななこ <nanako3@lavabit.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-push.c