Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/rwhod Sync usage with man page.



details:   https://anonhg.NetBSD.org/src/rev/2de32844facf
branches:  trunk
changeset: 584297:2de32844facf
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Sep 12 18:34:37 2005 +0000

description:
Sync usage with man page.

diffstat:

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

diffs (26 lines):

diff -r ab03acaca989 -r 2de32844facf usr.sbin/rwhod/rwhod.c
--- a/usr.sbin/rwhod/rwhod.c    Mon Sep 12 18:33:56 2005 +0000
+++ b/usr.sbin/rwhod/rwhod.c    Mon Sep 12 18:34:37 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rwhod.c,v 1.31 2005/09/12 16:13:13 tsarna Exp $        */
+/*     $NetBSD: rwhod.c,v 1.32 2005/09/12 18:34:37 wiz Exp $   */
 
 /*
  * Copyright (c) 1983, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)rwhod.c    8.1 (Berkeley) 6/6/93";
 #else
-__RCSID("$NetBSD: rwhod.c,v 1.31 2005/09/12 16:13:13 tsarna Exp $");
+__RCSID("$NetBSD: rwhod.c,v 1.32 2005/09/12 18:34:37 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -642,6 +642,6 @@
 static void
 usage(void)
 {
-       (void)fprintf(stderr, "Usage: %s [-i <time>]\n", getprogname());
+       (void)fprintf(stderr, "Usage: %s [-i interval] [-u user]\n", getprogname());
        exit(EXIT_FAILURE);
 }



Home | Main Index | Thread Index | Old Index