From 508568b4644b5ef42e07e835150292dc01c433ff Mon Sep 17 00:00:00 2001 From: dillon Date: Thu, 24 May 2001 00:14:19 +0000 Subject: [PATCH] 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 --- telnet/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telnet/main.c b/telnet/main.c index 47a5d2e..393f0a6 100644 --- a/telnet/main.c +++ b/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) {