Module Name: src Committed By: lukem Date: Fri Nov 29 07:24:04 UTC 2024
Modified Files: src/usr.bin/ftp: main.c Log Message: ftp: order getopt Upper before lower Consistently order options in getopt and the switch with the upper case option before the lower case option. This makes it easier to cross-reference with -? and ftp(1). No functional change. To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 src/usr.bin/ftp/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.