K 10 svn:author V 5 dougb K 8 svn:date V 27 2010-12-08T07:32:17.467274Z K 7 svn:log V 382 Move the getopts routine up to the point right after the --options processing. The -v option was already in use by --check-port-dbdir, and -t was in use by --clean-distfiles. Moving getopts up allows us to use the standard routine rather than duplicating code. More importantly, this will allow us to use getopts flags earlier in other places, and form the basis for some new work. END