(usagi-users 04068) ping6: fix usage
Naohiro Ooiwa <[email protected]> Thu, 24 Jul 2008 20:04:50 +0900
| Newsgroups | gmane.linux.ipv6.usagi.users |
|---|---|
| Message-ID | <[email protected]> |
Hi all,
Fix usage of ping6.
We can specify interface and address like IPv4.
Could you please check the following patch.
--- iputils-s20071127/ping6.c.orig 2007-11-27 09:57:27.000000000 +0900
+++ iputils-s20071127/ping6.c 2008-07-18 21:15:19.000000000 +0900
@@ -972,7 +972,7 @@ void usage(void)
{
fprintf(stderr,
"Usage: ping6 [-LUdfnqrvVaA] [-c count] [-i interval] [-w deadline]\n"
-" [-p pattern] [-s packetsize] [-t ttl] [-I interface]\n"
+" [-p pattern] [-s packetsize] [-t ttl] [-I interface or address]\n"
" [-M mtu discovery hint] [-S sndbuf]\n"
" [-F flow label] [-Q traffic class] [hop1 ...] destination\n");
exit(2);
Regards,
Naohiro Ooiwa