Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/ipwctl tweak usage



details:   https://anonhg.NetBSD.org/src/rev/14b1170e90f1
branches:  trunk
changeset: 569530:14b1170e90f1
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Aug 23 13:11:45 2004 +0000

description:
tweak usage

diffstat:

 usr.sbin/ipwctl/ipwctl.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 04d90c02e8e2 -r 14b1170e90f1 usr.sbin/ipwctl/ipwctl.c
--- a/usr.sbin/ipwctl/ipwctl.c  Mon Aug 23 12:03:25 2004 +0000
+++ b/usr.sbin/ipwctl/ipwctl.c  Mon Aug 23 13:11:45 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ipwctl.c,v 1.2 2004/08/23 11:54:28 lukem Exp $ */
+/*     $NetBSD: ipwctl.c,v 1.3 2004/08/23 13:11:45 lukem Exp $ */
 /*     Id: ipwctl.c,v 1.1.2.1 2004/08/19 16:24:50 damien Exp   */
 
 /*-
@@ -30,7 +30,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID)
-__RCSID("$NetBSD: ipwctl.c,v 1.2 2004/08/23 11:54:28 lukem Exp $");
+__RCSID("$NetBSD: ipwctl.c,v 1.3 2004/08/23 13:11:45 lukem Exp $");
 #else
 #ifndef lint
 static char rcsid[] = "Id: ipwctl.c,v 1.1.2.1 2004/08/19 16:24:50 damien Exp ";
@@ -124,7 +124,7 @@
        extern char *__progname;
 
        (void)fprintf(stderr, "usage:  %s -i iface\n"
-           "\t%s -i iface -f firmware image\n"
+           "\t%s -i iface -f firmware\n"
            "\t%s -i iface -k\n"
            "\t%s -i iface -r\n", __progname, __progname, __progname, 
            __progname);



Home | Main Index | Thread Index | Old Index