Source-Changes-HG archive

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

[src/trunk]: src/sbin/pppoectl correct usage (-n)



details:   https://anonhg.NetBSD.org/src/rev/df8fa95e80e0
branches:  trunk
changeset: 533101:df8fa95e80e0
user:      itojun <itojun%NetBSD.org@localhost>
date:      Fri Jun 21 07:48:53 2002 +0000

description:
correct usage (-n)

diffstat:

 sbin/pppoectl/pppoectl.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 69547e165222 -r df8fa95e80e0 sbin/pppoectl/pppoectl.c
--- a/sbin/pppoectl/pppoectl.c  Fri Jun 21 05:48:06 2002 +0000
+++ b/sbin/pppoectl/pppoectl.c  Fri Jun 21 07:48:53 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pppoectl.c,v 1.6 2002/03/02 16:27:02 martin Exp $ */
+/* $NetBSD: pppoectl.c,v 1.7 2002/06/21 07:48:53 itojun Exp $ */
 
 /*
  * Copyright (c) 1997 Joerg Wunsch
@@ -408,7 +408,7 @@
            "           to specify (optional) data for PPPoE sessions\n"
            "       %s -d ifname\n"
            "           to dump the current PPPoE session state\n"
-           "       %s -n (1|2)\n"
+           "       %s -n (1|2) ifname\n"
            "           to print DNS addresses retrieved via query-dns\n"
            , prog, prog, prog, prog, prog, prog);
        exit(EX_USAGE);



Home | Main Index | Thread Index | Old Index