diff options
Diffstat (limited to 'ipsvd/tcpudp.c')
-rw-r--r-- | ipsvd/tcpudp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c index bc3d3a209..492808a6b 100644 --- a/ipsvd/tcpudp.c +++ b/ipsvd/tcpudp.c @@ -150,7 +150,7 @@ int tcpudpsvd_main(int argc, char **argv) tcp = (applet_name[0] == 't'); /* 3+ args, -i at most once, -p implies -h, -v is counter */ - opt_complementary = "-3:?:i--i:ph:vv"; + opt_complementary = "-3:i--i:ph:vv"; #ifdef SSLSVD getopt32(argc, argv, "+c:C:i:x:u:l:Eb:hpt:vU:/:Z:K:", &str_c, &str_C, &instructs, &instructs, &user, &local_hostname, |