summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2008-03-16 11:12:00 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2008-03-16 11:12:00 +0000
commit8ddfa741b5e5447a09ca60a7cc885a3e69c33ee1 (patch)
treece4e2148b21573cf8e5501747655e036395255b7 /usr.bin
parentbdc20a302334a633dc1e0bdd045c37733556bd69 (diff)
use ellipsis to show that more than one disk is allowed
ok jmc@
Diffstat (limited to 'usr.bin')
-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 49ead808668..a583fb945fd 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.108 2007/12/30 13:29:52 sobrado Exp $ */
+/* $OpenBSD: vmstat.c,v 1.109 2008/03/16 11:11:59 sobrado 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.108 2007/12/30 13:29:52 sobrado Exp $";
+static const char rcsid[] = "$OpenBSD: vmstat.c,v 1.109 2008/03/16 11:11:59 sobrado Exp $";
#endif
#endif /* not lint */
@@ -1145,6 +1145,6 @@ void
usage(void)
{
(void)fprintf(stderr, "usage: %s [-fimstvz] [-c count] [-M core] "
- "[-N system] [-w wait] [disks]\n", __progname);
+ "[-N system] [-w wait] [disk ...]\n", __progname);
exit(1);
}