svn commit: r368597 - stable/12/sbin/ping6

Alan Somers <[email protected]> Sat, 12 Dec 2020 23:01:12 +0000 (UTC)
Newsgroups gmane.os.freebsd.devel.cvs
Message-ID <202012122301.0BCN1CR8042999__20489.7797129647$1607814080$gmane$org@repo.freebsd.org>
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);
 }
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"