aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pstat/pstat.c
diff options
context:
space:
mode:
authorSujal Patel <smpatel@FreeBSD.org>1996-05-29 19:57:25 +0000
committerSujal Patel <smpatel@FreeBSD.org>1996-05-29 19:57:25 +0000
commit2d8e94a4a4270b00496e7f8c2b13751eafb18b89 (patch)
treef9b5e977a1680c6d2e53d15cd0aeeaa0e8f788e2 /usr.sbin/pstat/pstat.c
parenta133b0cc444fc09610b87e440904d800c7b431b1 (diff)
downloadsrc-2d8e94a4a4270b00496e7f8c2b13751eafb18b89.tar.gz
src-2d8e94a4a4270b00496e7f8c2b13751eafb18b89.zip
Enable the -M and -N options of swapinfo, as advertised in the usage line.
Notes
Notes: svn path=/head/; revision=15983
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 e7427cec51d8..773bfa186a90 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";