summaryrefslogtreecommitdiffstats
path: root/crypto/telnet
diff options
context:
space:
mode:
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