diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-17 20:22:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-17 20:22:51 +0000 |
commit | 385e0c694da56375138b83b013e7b93bc366b1d4 (patch) | |
tree | 022352d756ad567e8f09a88c4ae5c041b9cd42c0 /usr.bin | |
parent | de55c9e52c46bcad0eb320e6834819f666e46359 (diff) |
remove old -M and -N; 3608
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/systat/main.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/systat/main.c b/usr.bin/systat/main.c index bda368a4b09..119bd6af90c 100644 --- a/usr.bin/systat/main.c +++ b/usr.bin/systat/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.26 2003/06/03 02:56:17 millert Exp $ */ +/* $OpenBSD: main.c,v 1.27 2003/12/17 20:22:50 deraadt Exp $ */ /* $NetBSD: main.c,v 1.8 1996/05/10 23:16:36 thorpej Exp $ */ /*- @@ -40,7 +40,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: main.c,v 1.26 2003/06/03 02:56:17 millert Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.27 2003/12/17 20:22:50 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -193,9 +193,8 @@ gethz(void) static void usage(void) { - fprintf(stderr, "usage: systat [-M core] [-N system] [-w wait]\n"); fprintf(stderr, - " [iostat|mbufs|netstat|pigs|swap|vmstat]\n"); + "usage: systat [-w wait] [iostat|mbufs|netstat|pigs|swap|vmstat]\n"); exit(1); } |