svn commit: r367976 - head/sbin/ping6

Alan Somers asomers at FreeBSD.org
Tue Nov 24 02:51:46 UTC 2020


Author: asomers
Date: Tue Nov 24 02:51:45 2020
New Revision: 367976
URL: https://svnweb.freebsd.org/changeset/base/367976

Log:
  ping6: update usage text after r365547
  
  MFC after:	2 weeks

Modified:
  head/sbin/ping6/ping6.c

Modified: head/sbin/ping6/ping6.c
==============================================================================
--- head/sbin/ping6/ping6.c	Tue Nov 24 02:05:43 2020	(r367975)
+++ head/sbin/ping6/ping6.c	Tue Nov 24 02:51:45 2020	(r367976)
@@ -2868,7 +2868,8 @@ usage(void)
 	    " [-P policy]"
 #endif
 	    " [-S sourceaddr] [-s packetsize]\n"
-	    "             [-t timeout] [-W waittime] [hops ...] host\n");
+	    "             [-t timeout] [-W waittime] [-z tclass] [hops ...] "
+	    "host\n");
 	exit(1);
 }
 


More information about the svn-src-all mailing list