Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/traceroute6 Sync usage with manpage.



details:   https://anonhg.NetBSD.org/src/rev/01d5480c8456
branches:  trunk
changeset: 764981:01d5480c8456
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun May 15 00:06:23 2011 +0000

description:
Sync usage with manpage.

diffstat:

 usr.sbin/traceroute6/traceroute6.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 9fd0c178cc40 -r 01d5480c8456 usr.sbin/traceroute6/traceroute6.c
--- a/usr.sbin/traceroute6/traceroute6.c        Sat May 14 22:44:06 2011 +0000
+++ b/usr.sbin/traceroute6/traceroute6.c        Sun May 15 00:06:23 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: traceroute6.c,v 1.40 2011/05/10 01:58:58 christos Exp $        */
+/*     $NetBSD: traceroute6.c,v 1.41 2011/05/15 00:06:23 wiz Exp $     */
 /*     $KAME: traceroute6.c,v 1.67 2004/01/25 03:24:39 itojun Exp $    */
 
 /*
@@ -75,7 +75,7 @@
 #else
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: traceroute6.c,v 1.40 2011/05/10 01:58:58 christos Exp $");
+__RCSID("$NetBSD: traceroute6.c,v 1.41 2011/05/15 00:06:23 wiz Exp $");
 #endif
 #endif
 
@@ -1300,8 +1300,8 @@
 {
 
        fprintf(stderr,
-"Usage: %s [-dIlnrv] [-f firsthop] [-g gateway] [-m hoplimit]\n"
-"\t%s [-p port] [-q probes] [-s src] [-w waittime] target [datalen]\n",
-       getprogname(), getprogname());
+"Usage: %s [-adIlnrv] [-A as_server] [-f firsthop] [-g gateway]\n"
+"\t[-m hoplimit] [-p port] [-q probes] [-s src] [-w waittime] target [datalen]\n",
+       getprogname());
        exit(1);
 }



Home | Main Index | Thread Index | Old Index