*: remove "Options:" string from help texts
[oweals/busybox.git] / networking / traceroute.c
index 85181ab8d77a8d4b54f7e11080daff4e1e5f0321..c32103519f1e1c463eb8dacdde9a1f50716fe228 100644 (file)
 //usage:       "       [-z PAUSE_MSEC] HOST [BYTES]"
 //usage:#define traceroute_full_usage "\n\n"
 //usage:       "Trace the route to HOST\n"
-//usage:     "\nOptions:"
 //usage:       IF_TRACEROUTE6(
 //usage:     "\n       -4,-6   Force IP or IPv6 name resolution"
 //usage:       )
 //usage:       "       HOST [BYTES]"
 //usage:#define traceroute6_full_usage "\n\n"
 //usage:       "Trace the route to HOST\n"
-//usage:     "\nOptions:"
 //usage:     "\n       -d      Set SO_DEBUG options to socket"
 //usage:     "\n       -n      Print numeric addresses"
 //usage:     "\n       -r      Bypass routing tables, send directly to HOST"