summaryrefslogtreecommitdiffstats
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2008-04-10 09:56:57 +0000
committerru <ru@FreeBSD.org>2008-04-10 09:56:57 +0000
commit1bd86de99849afa05ea3de0f0519364faba22177 (patch)
treed7b5b981efc637fb6bec1f4eebde1c2fd8b104ea /usr.bin/vmstat
parent5c68af8d1fef54098b5dbabd786d9cb25ac352aa (diff)
downloadFreeBSD-src-1bd86de99849afa05ea3de0f0519364faba22177.zip
FreeBSD-src-1bd86de99849afa05ea3de0f0519364faba22177.tar.gz
Add forgotten -H, -h, and -P to usage().
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r--usr.bin/vmstat/vmstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index 2d7eff4..3b5c5e3 100644
--- a/usr.bin/vmstat/vmstat.c
+++ b/usr.bin/vmstat/vmstat.c
@@ -1217,7 +1217,7 @@ static void
usage(void)
{
(void)fprintf(stderr, "%s%s",
- "usage: vmstat [-afimsz] [-c count] [-M core [-N system]] [-w wait]\n",
+ "usage: vmstat [-afHhimPsz] [-c count] [-M core [-N system]] [-w wait]\n",
" [-n devs] [-p type,if,pass] [disks]\n");
exit(1);
}
OpenPOWER on IntegriCloud