help: remove extra blank line after "See 'git --help'" message
commita238917ba48c44de8a00e3aee7898d9beb5afcd8
authorJunio C Hamano <gitster@pobox.com>
Sat, 27 Oct 2007 06:26:41 +0000 (26 23:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 27 Oct 2007 06:26:41 +0000 (26 23:26 -0700)
treee776a52db7e3ab4f766c64396864b38b10b12624
parentb5d21a4b68aa69c7a2b4d2239aaa9ee5a51058a7
help: remove extra blank line after "See 'git --help'" message

The double LF were there only because we gave a list of common
commands.  WIth the list gone, there is no reason to have the
extra blank line.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
help.c