the getopt() routine specified 't' as the option name, not T (which was the
value used in the case statement). So, change the case statement to match the getopt() and also update the manpage to document '-t' instead of '-T'.
Authored by: sms00 2005-08-13
Parent: [r2820]
Child: [r2822]