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);
 }
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to