Oops, forgot the 'u' in the getopt for the previous commit.

git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@77105 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
This commit is contained in:
dillon 2001-05-24 00:14:19 +00:00
parent c5ebb16d3c
commit 508568b464
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ main(argc, argv)
#define IPSECOPT
#endif
while ((ch = getopt(argc, argv,
"468EKLNS:X:acde:fFk:l:n:rs:t:xy" IPSECOPT)) != -1)
"468EKLNS:X:acde:fFk:l:n:rs:t:uxy" IPSECOPT)) != -1)
#undef IPSECOPT
{
switch(ch) {