Add forgotten -H, -h, and -P to usage().

This commit is contained in:
Ruslan Ermilov 2008-04-10 09:56:57 +00:00
parent bf8ad5a884
commit e83412c9ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178063

View File

@ -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);
}