summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat/vmstat.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-06-28 21:49:36 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-06-28 21:49:36 +0000
commitc29d5d6f5f84e5a4af118cfbe8ff1b52bf80f512 (patch)
treed38bee2340c8b78223aefa717877f5ac7678cc43 /usr.bin/vmstat/vmstat.c
parentbf12011ad97eeab5dd60c566921433cc583917ba (diff)
add -vz to usage();
Diffstat (limited to 'usr.bin/vmstat/vmstat.c')
-rw-r--r--usr.bin/vmstat/vmstat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index 003a92c9a4e..369634ddea9 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.87 2004/06/28 01:45:51 aaron Exp $ */
+/* $OpenBSD: vmstat.c,v 1.88 2004/06/28 21:49:35 jmc Exp $ */
/*
* Copyright (c) 1980, 1986, 1991, 1993
@@ -40,7 +40,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93";
#else
-static const char rcsid[] = "$OpenBSD: vmstat.c,v 1.87 2004/06/28 01:45:51 aaron Exp $";
+static const char rcsid[] = "$OpenBSD: vmstat.c,v 1.88 2004/06/28 21:49:35 jmc Exp $";
#endif
#endif /* not lint */
@@ -1216,7 +1216,7 @@ kread(int nlx, void *addr, size_t size)
void
usage(void)
{
- (void)fprintf(stderr, "usage: %s [-fimst] [-c count] [-M core] "
+ (void)fprintf(stderr, "usage: %s [-fimstvz] [-c count] [-M core] "
"[-N system] [-w wait] [disks]\n", __progname);
exit(1);
}