aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/traceroute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/traceroute.c b/networking/traceroute.c
index 8f5cd0bf2..057f8591a 100644
--- a/networking/traceroute.c
+++ b/networking/traceroute.c
@@ -896,7 +896,7 @@ traceroute_init(int op, char **argv)
896 896
897 op |= getopt32(argv, "^" 897 op |= getopt32(argv, "^"
898 OPT_STRING 898 OPT_STRING
899 "\0" "-1:x-x" /* minimum 1 arg */ 899 "\0" "-1" /* minimum 1 arg */
900 , &tos_str, &device, &max_ttl_str, &port_str, &nprobes_str 900 , &tos_str, &device, &max_ttl_str, &port_str, &nprobes_str
901 , &source, &waittime_str, &pausemsecs_str, &first_ttl_str 901 , &source, &waittime_str, &pausemsecs_str, &first_ttl_str
902 ); 902 );