aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping6
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2020-11-24 02:51:45 +0000
committerAlan Somers <asomers@FreeBSD.org>2020-11-24 02:51:45 +0000
commitf998d4c7a2376cc1e73c9a4c93699f8ff53f037f (patch)
tree096b2f348a980e2ed1d27ede0ce00cd64f31a51c /sbin/ping6
parentb7169662e38df7330fa4e04672e3e9421f66321d (diff)
downloadsrc-f998d4c7a2376cc1e73c9a4c93699f8ff53f037f.tar.gz
src-f998d4c7a2376cc1e73c9a4c93699f8ff53f037f.zip
ping6: update usage text after r365547
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=367976
Diffstat (limited to 'sbin/ping6')
-rw-r--r--sbin/ping6/ping6.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c
index 3ec1c58602b6..dba9f81ca87d 100644
--- a/sbin/ping6/ping6.c
+++ b/sbin/ping6/ping6.c
@@ -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);
}