aboutsummaryrefslogtreecommitdiff
path: root/networking/traceroute.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/traceroute.c')
-rw-r--r--networking/traceroute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/traceroute.c b/networking/traceroute.c
index 0923d97dc..236ddbdaf 100644
--- a/networking/traceroute.c
+++ b/networking/traceroute.c
@@ -941,7 +941,7 @@ int traceroute_main(int argc, char **argv)
941 opt_complementary = "x-x"; 941 opt_complementary = "x-x";
942#endif 942#endif
943 943
944 op = getopt32(argc, argv, "FIlnrdvxt:i:m:p:q:s:w:z:f:" 944 op = getopt32(argv, "FIlnrdvxt:i:m:p:q:s:w:z:f:"
945#if ENABLE_FEATURE_TRACEROUTE_SOURCE_ROUTE 945#if ENABLE_FEATURE_TRACEROUTE_SOURCE_ROUTE
946 "g:" 946 "g:"
947#endif 947#endif