diff options
Diffstat (limited to 'networking/ping.c')
-rw-r--r-- | networking/ping.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/networking/ping.c b/networking/ping.c index 7a9c2d1f0..d75747984 100644 --- a/networking/ping.c +++ b/networking/ping.c | |||
@@ -73,7 +73,6 @@ | |||
73 | //usage: "[OPTIONS] HOST" | 73 | //usage: "[OPTIONS] HOST" |
74 | //usage:# define ping_full_usage "\n\n" | 74 | //usage:# define ping_full_usage "\n\n" |
75 | //usage: "Send ICMP ECHO_REQUEST packets to network hosts\n" | 75 | //usage: "Send ICMP ECHO_REQUEST packets to network hosts\n" |
76 | //usage: "\nOptions:" | ||
77 | //usage: "\n -4,-6 Force IP or IPv6 name resolution" | 76 | //usage: "\n -4,-6 Force IP or IPv6 name resolution" |
78 | //usage: "\n -c CNT Send only CNT pings" | 77 | //usage: "\n -c CNT Send only CNT pings" |
79 | //usage: "\n -s SIZE Send SIZE data bytes in packets (default:56)" | 78 | //usage: "\n -s SIZE Send SIZE data bytes in packets (default:56)" |
@@ -90,7 +89,6 @@ | |||
90 | //usage: "[OPTIONS] HOST" | 89 | //usage: "[OPTIONS] HOST" |
91 | //usage:# define ping6_full_usage "\n\n" | 90 | //usage:# define ping6_full_usage "\n\n" |
92 | //usage: "Send ICMP ECHO_REQUEST packets to network hosts\n" | 91 | //usage: "Send ICMP ECHO_REQUEST packets to network hosts\n" |
93 | //usage: "\nOptions:" | ||
94 | //usage: "\n -c CNT Send only CNT pings" | 92 | //usage: "\n -c CNT Send only CNT pings" |
95 | //usage: "\n -s SIZE Send SIZE data bytes in packets (default:56)" | 93 | //usage: "\n -s SIZE Send SIZE data bytes in packets (default:56)" |
96 | //usage: "\n -I IFACE/IP Use interface or IP address as source" | 94 | //usage: "\n -I IFACE/IP Use interface or IP address as source" |