summaryrefslogtreecommitdiffstats
path: root/sbin/ping6/ping6.c
diff options
context:
space:
mode:
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