Enable the -M and -N options of swapinfo, as advertised in the usage line.

This commit is contained in:
Sujal Patel 1996-05-29 19:57:25 +00:00
parent a133b0cc44
commit 2d8e94a4a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15983

View file

@ -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";