summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat/pstat.c
diff options
context:
space:
mode:
authorsmpatel <smpatel@FreeBSD.org>1996-05-29 19:57:25 +0000
committersmpatel <smpatel@FreeBSD.org>1996-05-29 19:57:25 +0000
commite450158f3674d36874e6c77353f3a2f32ab4eb96 (patch)
treef9b5e977a1680c6d2e53d15cd0aeeaa0e8f788e2 /usr.sbin/pstat/pstat.c
parent4e903ff88c6f391e3da60d792043c8258cbca090 (diff)
downloadFreeBSD-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/pstat/pstat.c')
-rw-r--r--usr.sbin/pstat/pstat.c2
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";
OpenPOWER on IntegriCloud