aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrique Rodrigues <henrique.rodrigues@ist.utl.pt>2022-08-01 12:55:32 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2022-08-02 14:34:38 +0200
commit9eddf164bf22a20e8033fad2dc35cde2d6bd2305 (patch)
tree8d0e4b712ede77bc8593d6f02a7315da5287c946
parentdaa66ed62c79684219088cc0361d5b316d5d1295 (diff)
downloadbusybox-w32-9eddf164bf22a20e8033fad2dc35cde2d6bd2305.tar.gz
busybox-w32-9eddf164bf22a20e8033fad2dc35cde2d6bd2305.tar.bz2
busybox-w32-9eddf164bf22a20e8033fad2dc35cde2d6bd2305.zip
ping: fix typo in --help text
Signed-off-by: Henrique Rodrigues <henrique.rodrigues@ist.utl.pt> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--networking/ping.c4
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"