summaryrefslogtreecommitdiffstats
path: root/sbin/ping
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-12-01 22:03:34 +0000
committerru <ru@FreeBSD.org>2005-12-01 22:03:34 +0000
commit4677f917653ea48ead6377ce8e2ca525e9d365f9 (patch)
tree7b04aaae978808d15f34cfa7c915fb4195a0e9e9 /sbin/ping
parentfe33e2f3a03e4b81808fb8c30f73f34be0934bea (diff)
downloadFreeBSD-src-4677f917653ea48ead6377ce8e2ca525e9d365f9.zip
FreeBSD-src-4677f917653ea48ead6377ce8e2ca525e9d365f9.tar.gz
Sync usage() with SYNOPSIS.
Diffstat (limited to 'sbin/ping')
-rw-r--r--sbin/ping/ping.c8
1 files changed, 4 insertions, 4 deletions
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");
OpenPOWER on IntegriCloud