Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/ifwatchd Sync usage with man page.
details: https://anonhg.NetBSD.org/src/rev/169cf2ea1837
branches: trunk
changeset: 549100:169cf2ea1837
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Jul 04 12:45:05 2003 +0000
description:
Sync usage with man page.
diffstat:
usr.sbin/ifwatchd/ifwatchd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 6dad12fb627f -r 169cf2ea1837 usr.sbin/ifwatchd/ifwatchd.c
--- a/usr.sbin/ifwatchd/ifwatchd.c Fri Jul 04 12:44:12 2003 +0000
+++ b/usr.sbin/ifwatchd/ifwatchd.c Fri Jul 04 12:45:05 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ifwatchd.c,v 1.14 2003/06/23 21:50:12 martin Exp $ */
+/* $NetBSD: ifwatchd.c,v 1.15 2003/07/04 12:45:05 wiz Exp $ */
/*-
* Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.
@@ -214,7 +214,7 @@
{
fprintf(stderr,
"usage:\n"
- "\tifwatchd [-hiv] [-A arrival-script] [-D departure-script]\n"
+ "\tifwatchd [-hiqv] [-A arrival-script] [-D departure-script]\n"
"\t\t [-d down-script] [-u up-script] ifname(s)\n"
"\twhere:\n"
"\t -A <cmd> specify command to run on interface arrival event\n"
@@ -223,9 +223,9 @@
"\t -h show this help message\n"
"\t -i no (!) initial run of the up script if the interface\n"
"\t is already up on ifwatchd startup\n"
+ "\t -q quiet mode, don't syslog informational messages\n");
"\t -u <cmd> specify command to run on interface up event\n"
"\t -v verbose/debug output, don't run in background\n"
- "\t -q quiet mode, don't syslog informational messages\n");
exit(EXIT_FAILURE);
}
Home |
Main Index |
Thread Index |
Old Index