Reported by Nico Williams, <Nicolas.Williams@ubsw.com>.
(main): Delete options 'N', 'u', 'i' that were removed from
valid_opts in 1999.
- (usage): Don't show -u option.
+ (usage): Don't show -u option. Align output columns better.
2001-01-25 Tom Yu <tlyu@mit.edu>
#ifdef AUTHENTICATION
fprintf(stderr, " [-X auth-type]");
#endif
- fprintf(stderr, " [-U]\n");
- fprintf(stderr, " [-w [ip|maxhostlen[,[no]striplocal]]]\n");
+ fprintf(stderr, " [-U]\n\t");
+ fprintf(stderr, " [-w [ip|maxhostlen[,[no]striplocal]]]\n\t");
fprintf(stderr, " [port]\n");
exit(1);
}