From b164cdb854e6722ab39aa62dbfad84ea37a29a30 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 18 Dec 2020 23:33:19 +0100 Subject: help text tweaks, mainly expanding one for route function old new delta packed_usage 33485 33527 +42 Signed-off-by: Denys Vlasenko --- networking/ping.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'networking/ping.c') diff --git a/networking/ping.c b/networking/ping.c index 318d561bb..bbf9f0db1 100644 --- a/networking/ping.c +++ b/networking/ping.c @@ -58,16 +58,16 @@ //usage:# define ping_trivial_usage //usage: "HOST" //usage:# define ping_full_usage "\n\n" -//usage: "Send ICMP ECHO_REQUEST packets to network hosts" +//usage: "Send ICMP ECHO_REQUESTs to HOST" //usage:# define ping6_trivial_usage //usage: "HOST" //usage:# define ping6_full_usage "\n\n" -//usage: "Send ICMP ECHO_REQUEST packets to network hosts" +//usage: "Send ICMP ECHO_REQUESTs to HOST" //usage:#else //usage:# define ping_trivial_usage //usage: "[OPTIONS] HOST" //usage:# define ping_full_usage "\n\n" -//usage: "Send ICMP ECHO_REQUEST packets to network hosts\n" +//usage: "Send ICMP ECHO_REQUESTs to HOST\n" //usage: IF_PING6( //usage: "\n -4,-6 Force IP or IPv6 name resolution" //usage: ) @@ -88,7 +88,7 @@ //usage:# define ping6_trivial_usage //usage: "[OPTIONS] HOST" //usage:# define ping6_full_usage "\n\n" -//usage: "Send ICMP ECHO_REQUEST packets to network hosts\n" +//usage: "Send ICMP ECHO_REQUESTs to HOST\n" //usage: "\n -c CNT Send only CNT pings" //usage: "\n -s SIZE Send SIZE data bytes in packets (default 56)" //usage: "\n -i SECS Interval" -- cgit v1.2.3