mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
- Add new 'a' and 'j' options into usage
Approved by: delphij (mentor, implicit)
Forgotten by: stas ('a') and rafan ('j')
This commit is contained in:
parent
9436c1bf4b
commit
926a99d402
1 changed files with 1 additions and 1 deletions
|
|
@ -410,7 +410,7 @@ char *argv[];
|
|||
default:
|
||||
fprintf(stderr,
|
||||
"Top version %s\n"
|
||||
"Usage: %s [-bCHIinqStuv] [-d count] [-m io | cpu] [-o field] [-s time]\n"
|
||||
"Usage: %s [-abCHIijnqStuv] [-d count] [-m io | cpu] [-o field] [-s time]\n"
|
||||
" [-U username] [number]\n",
|
||||
version_string(), myname);
|
||||
exit(1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue