diff --git a/client.c b/client.c index 71db567..fe5bbd0 100644 --- a/client.c +++ b/client.c @@ -3656,7 +3656,7 @@ main(int argc, char **argv) optind = 1; /* Parse short command-line options */ - while ((opt = getopt(argc, argv, "+46acdef:h:mnNp:u:v:w")) != -1) { + while ((opt = getopt(argc, argv, "+46acdef:h:mnNp:u:vw")) != -1) { switch (opt) { case '4': case '6':