mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Enable the -M and -N options of swapinfo, as advertised in the usage line.
This commit is contained in:
parent
a133b0cc44
commit
2d8e94a4a4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15983
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue