Add forgotten -H, -h, and -P to usage().
This commit is contained in:
parent
5c68af8d1f
commit
1bd86de998
@ -1217,7 +1217,7 @@ static void
|
|||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
(void)fprintf(stderr, "%s%s",
|
(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");
|
" [-n devs] [-p type,if,pass] [disks]\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user