diff --git a/appl/telnet/telnet/main.c b/appl/telnet/telnet/main.c index a2b9e4dbd..0e44c957e 100644 --- a/appl/telnet/telnet/main.c +++ b/appl/telnet/telnet/main.c @@ -119,7 +119,7 @@ main(int argc, char **argv) */ autologin = -1; - while((ch = getopt(argc, argv, "78DEKLS:X:acde:fFk:l:n:rx")) != EOF) { + while((ch = getopt(argc, argv, "78DEKLS:X:abcde:fFk:l:n:rx")) != EOF) { switch(ch) { case '8': eight = 3; /* binary output and input */