ping6: update usage text after r365547

MFC after:	2 weeks
This commit is contained in:
Alan Somers 2020-11-24 02:51:45 +00:00
parent b7169662e3
commit f998d4c7a2

View File

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