summaryrefslogtreecommitdiffstats
path: root/crypto/telnet
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-05-24 00:14:19 +0000
committerdillon <dillon@FreeBSD.org>2001-05-24 00:14:19 +0000
commit0c1af1bd684564de3feefbd794bcee4a8dbe076f (patch)
treef35bbe94275666ec7e028f15029b45751321b180 /crypto/telnet
parent439c2f6daed4f9b92ab7ab618c1fec2d588acd07 (diff)
downloadFreeBSD-src-0c1af1bd684564de3feefbd794bcee4a8dbe076f.zip
FreeBSD-src-0c1af1bd684564de3feefbd794bcee4a8dbe076f.tar.gz
Oops, forgot the 'u' in the getopt for the previous commit.
Diffstat (limited to 'crypto/telnet')
-rw-r--r--crypto/telnet/telnet/main.c2
1 files changed, 1 insertions, 1 deletions
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) {
OpenPOWER on IntegriCloud