diff options
-rw-r--r-- | networking/ping.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/ping.c b/networking/ping.c index 86d8088de..9805695a1 100644 --- a/networking/ping.c +++ b/networking/ping.c | |||
@@ -74,7 +74,7 @@ | |||
74 | //usage: "\n -c CNT Send only CNT pings" | 74 | //usage: "\n -c CNT Send only CNT pings" |
75 | //usage: "\n -s SIZE Send SIZE data bytes in packets (default 56)" | 75 | //usage: "\n -s SIZE Send SIZE data bytes in packets (default 56)" |
76 | //usage: "\n -i SECS Interval" | 76 | //usage: "\n -i SECS Interval" |
77 | //usage: "\n -A Ping as soon as reply is recevied" | 77 | //usage: "\n -A Ping as soon as reply is received" |
78 | //usage: "\n -t TTL Set TTL" | 78 | //usage: "\n -t TTL Set TTL" |
79 | //usage: "\n -I IFACE/IP Source interface or IP address" | 79 | //usage: "\n -I IFACE/IP Source interface or IP address" |
80 | //usage: "\n -W SEC Seconds to wait for the first response (default 10)" | 80 | //usage: "\n -W SEC Seconds to wait for the first response (default 10)" |
@@ -91,7 +91,7 @@ | |||
91 | //usage: "\n -c CNT Send only CNT pings" | 91 | //usage: "\n -c CNT Send only CNT pings" |
92 | //usage: "\n -s SIZE Send SIZE data bytes in packets (default 56)" | 92 | //usage: "\n -s SIZE Send SIZE data bytes in packets (default 56)" |
93 | //usage: "\n -i SECS Interval" | 93 | //usage: "\n -i SECS Interval" |
94 | //usage: "\n -A Ping as soon as reply is recevied" | 94 | //usage: "\n -A Ping as soon as reply is received" |
95 | ///////: "\n -t TTL Set TTL" | 95 | ///////: "\n -t TTL Set TTL" |
96 | ///////^^^^^ -t not tested for IPv6, might be not working | 96 | ///////^^^^^ -t not tested for IPv6, might be not working |
97 | //usage: "\n -I IFACE/IP Source interface or IP address" | 97 | //usage: "\n -I IFACE/IP Source interface or IP address" |