summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-30 07:04:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-30 07:04:09 +0000
commit18211ae263c53996a608d9034f9b2398d904315f (patch)
treecc7a0e72ceee09ce3683cef0143a0688a81b043e /usr.bin
parentca993b15bc490da3c859d7de545d0c1a45ef4846 (diff)
-f and -t are supported...
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/vmstat/vmstat.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index 33952c529da..19d11178ffe 100644
--- a/usr.bin/vmstat/vmstat.c
+++ b/usr.bin/vmstat/vmstat.c
@@ -1,5 +1,5 @@
/* $NetBSD: vmstat.c,v 1.29.4.1 1996/06/05 00:21:05 cgd Exp $ */
-/* $OpenBSD: vmstat.c,v 1.19 1997/06/30 07:03:06 deraadt Exp $ */
+/* $OpenBSD: vmstat.c,v 1.20 1997/06/30 07:04:08 deraadt Exp $ */
/*
* Copyright (c) 1980, 1986, 1991, 1993
@@ -969,13 +969,8 @@ void
usage()
{
(void)fprintf(stderr,
-#ifndef NEWVM
"usage: vmstat [-fimst] [-c count] [-M core] \
[-N system] [-w wait] [disks]\n");
-#else
- "usage: vmstat [-ims] [-c count] [-M core] \
-[-N system] [-w wait] [disks]\n");
-#endif
exit(1);
}