Module Name: src
Committed By: wiz
Date: Tue Jan 31 21:53:42 UTC 2012
Modified Files:
src/usr.bin/lastcomm: lastcomm.c
Log Message:
Sync usage with man page.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/lastcomm/lastcomm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/lastcomm/lastcomm.c
diff -u src/usr.bin/lastcomm/lastcomm.c:1.22 src/usr.bin/lastcomm/lastcomm.c:1.23
--- src/usr.bin/lastcomm/lastcomm.c:1.22 Tue Jan 31 16:30:40 2012
+++ src/usr.bin/lastcomm/lastcomm.c Tue Jan 31 21:53:42 2012
@@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 19
#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 @@ static void
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);
}