summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2004-06-09 02:01:16 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2004-06-09 02:01:16 +0000
commit3d5ecf2bfaddbd99b1fe7801da4cb66581d8e693 (patch)
treef9b9772b070b00009438df4e6508057f698aad68
parent6447d17f3077c5215f6bae46ee310803f34ea081 (diff)
correct mistake in usage(). Chris Pinnock
-rw-r--r--sbin/ping6/ping6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c
index e0249176f70..9984dc30c6b 100644
--- a/sbin/ping6/ping6.c
+++ b/sbin/ping6/ping6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ping6.c,v 1.57 2004/01/25 03:39:15 deraadt Exp $ */
+/* $OpenBSD: ping6.c,v 1.58 2004/06/09 02:01:15 itojun Exp $ */
/* $KAME: ping6.c,v 1.163 2002/10/25 02:19:06 itojun Exp $ */
/*
@@ -2695,6 +2695,6 @@ usage(void)
"] [-a [aAclsg]] [-b sockbufsiz] [-c count] \n"
"\t[-I interface] [-i wait] [-l preload] [-p pattern] "
"[-S sourceaddr]\n"
- "\t[-s packetsize] [-h hoplimit] [hops...] [-g gateway] host\n");
+ "\t[-s packetsize] [-h hoplimit] [-g gateway] [hops...] host\n");
exit(1);
}