diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-08 10:41:02 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-08 10:41:02 +0000 |
commit | 49a167c8efbd5c50611c104f5908cd9845ce105b (patch) | |
tree | 24d48c9453f190bf366be095f8a846d7a20afaa0 /usr.bin | |
parent | 8bbdba13ee2292814ea3886e24276e7fba0d6501 (diff) |
Clarify usage printout
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/systat/main.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/systat/main.c b/usr.bin/systat/main.c index 6ca90a58b00..cfe05ccdcd9 100644 --- a/usr.bin/systat/main.c +++ b/usr.bin/systat/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.6 1996/08/06 20:41:19 deraadt Exp $ */ +/* $OpenBSD: main.c,v 1.7 1996/08/08 10:41:01 niklas Exp $ */ /* $NetBSD: main.c,v 1.8 1996/05/10 23:16:36 thorpej Exp $ */ /*- @@ -44,7 +44,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.6 1996/08/06 20:41:19 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.7 1996/08/08 10:41:01 niklas Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -198,6 +198,8 @@ static void usage() { fprintf(stderr, "usage: systat [-M core] [-N system] [-w wait]\n"); + fprintf(stderr, + " [iostat|mbufs|netstat|pigs|swap|vmstat]\n"); exit(1); } |