diff options
Diffstat (limited to 'networking/tcpudp.c')
-rw-r--r-- | networking/tcpudp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/tcpudp.c b/networking/tcpudp.c index 31bc70459..fbd1f1c45 100644 --- a/networking/tcpudp.c +++ b/networking/tcpudp.c | |||
@@ -232,9 +232,9 @@ int tcpudpsvd_main(int argc UNUSED_PARAM, char **argv) | |||
232 | tcp = (applet_name[0] == 't'); | 232 | tcp = (applet_name[0] == 't'); |
233 | 233 | ||
234 | /* 3+ args, -i at most once, -p implies -h, -v is counter, -b N, -c N */ | 234 | /* 3+ args, -i at most once, -p implies -h, -v is counter, -b N, -c N */ |
235 | opt_complementary = "-3:i--i:ph:vv:b+:c+"; | 235 | opt_complementary = "-3:i--i:ph:vv"; |
236 | #ifdef SSLSVD | 236 | #ifdef SSLSVD |
237 | opts = getopt32(argv, "+c:C:i:x:u:l:Eb:hpt:vU:/:Z:K:", | 237 | opts = getopt32(argv, "+c:+C:i:x:u:l:Eb:+hpt:vU:/:Z:K:", |
238 | &cmax, &str_C, &instructs, &instructs, &user, &preset_local_hostname, | 238 | &cmax, &str_C, &instructs, &instructs, &user, &preset_local_hostname, |
239 | &backlog, &str_t, &ssluser, &root, &cert, &key, &verbose | 239 | &backlog, &str_t, &ssluser, &root, &cert, &key, &verbose |
240 | ); | 240 | ); |