summaryrefslogtreecommitdiff
path: root/sbin/ping6/ping6.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-08-10 18:40:36 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-08-10 18:40:36 +0000
commit1f7768ea520e8672f7f1f122a5899d6a1d1f1fc8 (patch)
treee6e3aad667dc513ae4ea648ea4386b779a6a1e08 /sbin/ping6/ping6.c
parent3f0f3605e153610b001e84a7b543384d75392017 (diff)
sync usage();
Diffstat (limited to 'sbin/ping6/ping6.c')
-rw-r--r--sbin/ping6/ping6.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c
index 3f0c438b467..c63b5c03e7d 100644
--- a/sbin/ping6/ping6.c
+++ b/sbin/ping6/ping6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ping6.c,v 1.65 2006/04/13 00:49:15 deraadt Exp $ */
+/* $OpenBSD: ping6.c,v 1.66 2006/08/10 18:40:35 jmc Exp $ */
/* $KAME: ping6.c,v 1.163 2002/10/25 02:19:06 itojun Exp $ */
/*
@@ -2699,7 +2699,7 @@ usage(void)
#ifdef IPV6_USE_MIN_MTU
"m"
#endif
- "nNqtvwW"
+ "NnqtvWw"
#ifdef IPV6_REACHCONF
"R"
#endif
@@ -2710,9 +2710,8 @@ usage(void)
"AE"
#endif
#endif
- "] [-a [aAclsg]] [-b sockbufsiz] [-c count] \n"
- "\t[-I interface] [-i wait] [-l preload] [-p pattern] "
- "[-S sourceaddr]\n"
- "\t[-s packetsize] [-h hoplimit] [-g gateway] [hops...] host\n");
+ "] [-a addrtype] [-b bufsiz] [-c count] [-g gateway]\n\t"
+ "[-h hoplimit] [-I interface] [-i wait] [-l preload] [-p pattern]"
+ "\n\t[-S sourceaddr] [-s packetsize] [hops...] host\n");
exit(1);
}