svn commit: r368597 - stable/12/sbin/ping6
Alan Somers
asomers at FreeBSD.org
Sat Dec 12 23:01:12 UTC 2020
Author: asomers
Date: Sat Dec 12 23:01:11 2020
New Revision: 368597
URL: https://svnweb.freebsd.org/changeset/base/368597
Log:
MFC r367976:
ping6: update usage text after r365547
Modified:
stable/12/sbin/ping6/ping6.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sbin/ping6/ping6.c
==============================================================================
--- stable/12/sbin/ping6/ping6.c Sat Dec 12 22:57:28 2020 (r368596)
+++ stable/12/sbin/ping6/ping6.c Sat Dec 12 23:01:11 2020 (r368597)
@@ -2838,7 +2838,7 @@ usage(void)
"\n"
" [-p pattern] [-S sourceaddr] [-s packetsize] "
"[-x waittime]\n"
- " [-X timeout] [hops ...] host\n");
+ " [-X timeout] [-z tclass] [hops ...] host\n");
exit(1);
}
More information about the svn-src-all
mailing list