Clean up the ifdef maze in usage() by reformatting it to have distinct
authorlteo <lteo@openbsd.org>
Wed, 16 Jul 2014 04:52:43 +0000 (04:52 +0000)
committerlteo <lteo@openbsd.org>
Wed, 16 Jul 2014 04:52:43 +0000 (04:52 +0000)
commit1088f78e217d4750ed54ff6dd7b602203c920bdb
treefc1aa286aa2ce3dd79b5f2fe6f828b2c6161efdd
parent0c2d55edfcf823207c3d3fcac7324e83c65752dc
Clean up the ifdef maze in usage() by reformatting it to have distinct
!SMALL and SMALL sections.  This makes future changes easier to review
and to compare with the man page's synopsis.

The usage output is the same as before so there is no change from the
user's point of view.

usage() cleanup and !SMALL/SMALL separation suggested by jmc@
ok jmc@
usr.bin/ftp/main.c