apply: hide unused options from short help
commit092927c1b01632d030d9d746d36ad6dd02bc3967
authorMichele Ballabio <barra_cuda@katamail.com>
Wed, 18 Mar 2009 18:05:40 +0000 (18 19:05 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Mar 2009 02:10:19 +0000 (18 19:10 -0700)
tree023b4b58b0fff5cc73738fc181692aae1e4c2c5f
parent40bac1512b0063ad3e235bca3cb66644ccf7e510
apply: hide unused options from short help

The options "--binary" and "--allow-binary-replacement" of
git-apply are no-op and maintained for backward compatibility,
so avoid to show them in the short help screen.

Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-apply.c