diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-12-01 22:03:34 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-12-01 22:03:34 +0000 |
commit | ee3e1c4c08479a417592b91723eeaf22ddeefa64 (patch) | |
tree | 7b04aaae978808d15f34cfa7c915fb4195a0e9e9 /sbin/ping/ping.c | |
parent | 855b068a9acbf71871452eea7ac6eae0ce5ecf3f (diff) | |
download | src-ee3e1c4c08479a417592b91723eeaf22ddeefa64.tar.gz src-ee3e1c4c08479a417592b91723eeaf22ddeefa64.zip |
Sync usage() with SYNOPSIS.
Notes
Notes:
svn path=/head/; revision=152996
Diffstat (limited to 'sbin/ping/ping.c')
-rw-r--r-- | sbin/ping/ping.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c index 633a64a2a114..1cd28972edf6 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"); |