diff options
author | Denys Vlasenko | 2017-01-21 03:46:35 +0100 |
---|---|---|
committer | Denys Vlasenko | 2017-01-21 03:46:57 +0100 |
commit | f3d705f41bf16183f901e5ddb07c89685e384daf (patch) | |
tree | 31fcbd7d4588ecbb64ed18c89f30987d0b6c95fd /networking/ping.c | |
parent | bbc7bee9664b582c8237c4b879bba1bdee4d62a6 (diff) | |
download | busybox-f3d705f41bf16183f901e5ddb07c89685e384daf.zip busybox-f3d705f41bf16183f901e5ddb07c89685e384daf.tar.gz |
make --help texts smaller
function old new delta
packed_usage 31035 30968 -67
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ping.c')
-rw-r--r-- | networking/ping.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/networking/ping.c b/networking/ping.c index d0ef7ba..ef31e00 100644 --- a/networking/ping.c +++ b/networking/ping.c @@ -94,10 +94,10 @@ //usage: "\n -4,-6 Force IP or IPv6 name resolution" //usage: ) //usage: "\n -c CNT Send only CNT pings" -//usage: "\n -s SIZE Send SIZE data bytes in packets (default:56)" +//usage: "\n -s SIZE Send SIZE data bytes in packets (default 56)" //usage: "\n -t TTL Set TTL" -//usage: "\n -I IFACE/IP Use interface or IP address as source" -//usage: "\n -W SEC Seconds to wait for the first response (default:10)" +//usage: "\n -I IFACE/IP Source interface or IP address" +//usage: "\n -W SEC Seconds to wait for the first response (default 10)" //usage: "\n (after all -c CNT packets are sent)" //usage: "\n -w SEC Seconds until ping exits (default:infinite)" //usage: "\n (can exit earlier with -c CNT)" @@ -110,8 +110,8 @@ //usage:# define ping6_full_usage "\n\n" //usage: "Send ICMP ECHO_REQUEST packets to network hosts\n" //usage: "\n -c CNT Send only CNT pings" -//usage: "\n -s SIZE Send SIZE data bytes in packets (default:56)" -//usage: "\n -I IFACE/IP Use interface or IP address as source" +//usage: "\n -s SIZE Send SIZE data bytes in packets (default 56)" +//usage: "\n -I IFACE/IP Source interface or IP address" //usage: "\n -q Quiet, only display output at start" //usage: "\n and when finished" //usage: "\n -p Pattern to use for payload" |