Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/lastcomm Sync usage with man page.



details:   https://anonhg.NetBSD.org/src/rev/fbc555dabf0c
branches:  trunk
changeset: 773359:fbc555dabf0c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jan 31 21:53:42 2012 +0000

description:
Sync usage with man page.

diffstat:

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

diffs (27 lines):

diff -r ba9680a19f12 -r fbc555dabf0c usr.bin/lastcomm/lastcomm.c
--- a/usr.bin/lastcomm/lastcomm.c       Tue Jan 31 21:18:50 2012 +0000
+++ b/usr.bin/lastcomm/lastcomm.c       Tue Jan 31 21:53:42 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lastcomm.c,v 1.22 2012/01/31 16:30:40 christos Exp $   */
+/*     $NetBSD: lastcomm.c,v 1.23 2012/01/31 21:53:42 wiz Exp $        */
 
 /*
  * Copyright (c) 1980, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)lastcomm.c 8.2 (Berkeley) 4/29/95";
 #endif
-__RCSID("$NetBSD: lastcomm.c,v 1.22 2012/01/31 16:30:40 christos Exp $");
+__RCSID("$NetBSD: lastcomm.c,v 1.23 2012/01/31 21:53:42 wiz Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -226,7 +226,7 @@
 usage(void)
 {
        (void)fprintf(stderr,
-           "Usage: %s [ -f file ] [-w] [command ...] [user ...] [tty ...]\n",
+           "Usage: %s [-w] [-f file] [command ...] [user ...] [terminal ...]\n",
            getprogname());
        exit(1);
 }



Home | Main Index | Thread Index | Old Index