diff options
Diffstat (limited to 'usr.bin/systat/main.c')
-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 119bd6af90c..51c76414b93 100644 --- a/usr.bin/systat/main.c +++ b/usr.bin/systat/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.27 2003/12/17 20:22:50 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.28 2003/12/17 20:58:39 jmc 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.27 2003/12/17 20:22:50 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.28 2003/12/17 20:58:39 jmc Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -193,8 +193,7 @@ gethz(void) static void usage(void) { - fprintf(stderr, - "usage: systat [-w wait] [iostat|mbufs|netstat|pigs|swap|vmstat]\n"); + fprintf(stderr, "usage: systat [-w wait] [display] [refresh-interval]\n"); exit(1); } |