Sync usage() with SYNOPSIS.

This commit is contained in:
Ruslan Ermilov 2005-12-01 22:03:34 +00:00
parent 855b068a9a
commit ee3e1c4c08
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152996

View file

@ -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");