summaryrefslogtreecommitdiffstats
path: root/sbin/ping6/ping6.c
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2001-06-29 20:26:38 +0000
committerume <ume@FreeBSD.org>2001-06-29 20:26:38 +0000
commit9652e04d5fb77d70809860b5774edb739b1ded5d (patch)
treec21f59a207eb0cc5a135c3cab5ab1ed1923d6a82 /sbin/ping6/ping6.c
parent00fd1050c517bb395de620f5279efdfd9344aadd (diff)
downloadFreeBSD-src-9652e04d5fb77d70809860b5774edb739b1ded5d.zip
FreeBSD-src-9652e04d5fb77d70809860b5774edb739b1ded5d.tar.gz
sync usage/description with reality.
Obtained from: KAME MFC after: 1 week
Diffstat (limited to 'sbin/ping6/ping6.c')
-rw-r--r--sbin/ping6/ping6.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c
index 7507332..1259b4a 100644
--- a/sbin/ping6/ping6.c
+++ b/sbin/ping6/ping6.c
@@ -2692,7 +2692,11 @@ void
usage()
{
(void)fprintf(stderr,
- "usage: ping6 [-dfHmnNqvwW"
+ "usage: ping6 [-dfH"
+#ifdef IPV6_USE_MIN_MTU
+ "m"
+#endif
+ "nNqtvwW"
#ifdef IPV6_REACHCONF
"R"
#endif
OpenPOWER on IntegriCloud