diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-05-21 09:55:10 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-05-21 09:55:10 +0000 |
| commit | f682f10c76449b3af3b1dd9afff859cd1cd07116 (patch) | |
| tree | 4870c75413d8f7d09b554f2a2207e1d05af42979 /usr.bin/vmstat | |
| parent | 9b3eb503540780da14e359b10886a885eb649497 (diff) | |
Notes
Diffstat (limited to 'usr.bin/vmstat')
| -rw-r--r-- | usr.bin/vmstat/vmstat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index bee2ffb43895..717d5281490f 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -1033,7 +1033,7 @@ static void usage(void) { (void)fprintf(stderr, "%s%s", - "usage: vmstat [-aimsz] [-c count] [-M core [-N system]] [-w wait]\n", - " [-n devs] [disks]\n"); + "usage: vmstat [-afimsz] [-c count] [-M core [-N system]] [-w wait]\n", + " [-n devs] [-p type,if,pass] [disks]\n"); exit(1); } |
