diff options
author | smpatel <smpatel@FreeBSD.org> | 1996-05-29 19:57:25 +0000 |
---|---|---|
committer | smpatel <smpatel@FreeBSD.org> | 1996-05-29 19:57:25 +0000 |
commit | e450158f3674d36874e6c77353f3a2f32ab4eb96 (patch) | |
tree | f9b5e977a1680c6d2e53d15cd0aeeaa0e8f788e2 /usr.sbin | |
parent | 4e903ff88c6f391e3da60d792043c8258cbca090 (diff) | |
download | FreeBSD-src-e450158f3674d36874e6c77353f3a2f32ab4eb96.zip FreeBSD-src-e450158f3674d36874e6c77353f3a2f32ab4eb96.tar.gz |
Enable the -M and -N options of swapinfo, as advertised in the usage line.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pstat/pstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index e7427ce..773bfa1 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -217,7 +217,7 @@ main(argc, argv) opts = argv[0]; if (!strcmp(opts,"swapinfo")) { swapflag = 1; - opts = "k"; + opts = "kM:N:"; usage = "usage: swapinfo [-k] [-M core] [-N system]\n"; } else { opts = "TM:N:fiknstv"; |