From 0c1af1bd684564de3feefbd794bcee4a8dbe076f Mon Sep 17 00:00:00 2001 From: dillon Date: Thu, 24 May 2001 00:14:19 +0000 Subject: Oops, forgot the 'u' in the getopt for the previous commit. --- crypto/telnet/telnet/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/telnet') diff --git a/crypto/telnet/telnet/main.c b/crypto/telnet/telnet/main.c index 47a5d2e..393f0a6 100644 --- a/crypto/telnet/telnet/main.c +++ b/crypto/telnet/telnet/main.c @@ -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) { -- cgit v1.1