diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-07-16 18:40:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-07-16 18:40:19 +0000 |
commit | 3ca52aba53d8d71bfc3d4954e8e141680886cc3d (patch) | |
tree | e2cc33fa4fb28562701d68d002b4b99782df3b5b | |
parent | 47fc9fbc83746cc26ddd50e5c40b4404458fb800 (diff) |
sync usage(); from Tobias Stoeckmann
-rw-r--r-- | usr.bin/lastcomm/lastcomm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c index d3c892c2b81..92f76c36a25 100644 --- a/usr.bin/lastcomm/lastcomm.c +++ b/usr.bin/lastcomm/lastcomm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lastcomm.c,v 1.14 2004/09/14 22:54:54 deraadt Exp $ */ +/* $OpenBSD: lastcomm.c,v 1.15 2007/07/16 18:40:18 jmc Exp $ */ /* $NetBSD: lastcomm.c,v 1.9 1995/10/22 01:43:42 ghudson Exp $ */ /* @@ -40,7 +40,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)lastcomm.c 8.2 (Berkeley) 4/29/95"; #endif -static char rcsid[] = "$OpenBSD: lastcomm.c,v 1.14 2004/09/14 22:54:54 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: lastcomm.c,v 1.15 2007/07/16 18:40:18 jmc Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -220,6 +220,6 @@ void usage(void) { (void)fprintf(stderr, - "lastcomm [ -f file ] [command ...] [user ...] [tty ...]\n"); + "lastcomm [-f file] [command ...] [user ...] [terminal ...]\n"); exit(1); } |