From 4677f917653ea48ead6377ce8e2ca525e9d365f9 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 1 Dec 2005 22:03:34 +0000 Subject: Sync usage() with SYNOPSIS. --- sbin/ping/ping.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sbin/ping/ping.c') diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c index 633a64a..1cd2897 100644 --- a/sbin/ping/ping.c +++ b/sbin/ping/ping.c @@ -1687,10 +1687,10 @@ usage() { (void)fprintf(stderr, "%s\n%s\n%s\n%s\n%s\n%s\n%s\n", -"usage: ping [-AaDdfnoQqRrv] [-c count] [-i wait] [-l preload] [-M mask | time]", -" [-m ttl]" SECOPT " [-p pattern] [-S src_addr] [-s packetsize]", -" [-t timeout] [-z tos] [-G sweepmaxsize ] [-g sweepminsize ]", -" [-h sweepincrsize ] host", +"usage: ping [-AaDdfnoQqRrv] [-c count] [-G sweepmaxsize] [-g sweepminsize]", +" [-h sweepincrsize] [-i wait] [-l preload] [-M mask | time] [-m ttl]", +" " SECOPT " [-p pattern] [-S src_addr] [-s packetsize] [-t timeout]", +" [-z tos] host", " ping [-AaDdfLnoQqRrv] [-c count] [-I iface] [-i wait] [-l preload]", " [-M mask | time] [-m ttl]" SECOPT " [-p pattern] [-S src_addr]", " [-s packetsize] [-T ttl] [-t timeout] [-z tos] mcast-group"); -- cgit v1.1