mirror of https://github.com/mirror/busybox.git
traceroute: fix option parsing
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_33_stable
parent
39b71881b8
commit
89358a7131
|
@ -896,7 +896,7 @@ traceroute_init(int op, char **argv)
|
|||
|
||||
op |= getopt32(argv, "^"
|
||||
OPT_STRING
|
||||
"\0" "-1:x-x" /* minimum 1 arg */
|
||||
"\0" "-1" /* minimum 1 arg */
|
||||
, &tos_str, &device, &max_ttl_str, &port_str, &nprobes_str
|
||||
, &source, &waittime_str, &pausemsecs_str, &first_ttl_str
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue