mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Submitted by: John Capo
Bogus pstat usage message from pstat: usage: pstat -Tfnstv [system] [-M core] [-N system] [system] is not mentioned in the man page and I don't see where it is used in the code either. Added also a [] around the first options to show them as optional, ATS.
This commit is contained in:
parent
b4314abf31
commit
5c0ca64ca0
1 changed files with 1 additions and 1 deletions
|
|
@ -1073,6 +1073,6 @@ void
|
|||
usage()
|
||||
{
|
||||
(void)fprintf(stderr,
|
||||
"usage: pstat -Tfnstv [system] [-M core] [-N system]\n");
|
||||
"usage: pstat [-Tfnstv] [-M core] [-N system]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue