mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Re-add option -C to usage().
This commit is contained in:
parent
4ced3fbbf1
commit
c8e1eaa0a4
1 changed files with 1 additions and 1 deletions
|
|
@ -397,7 +397,7 @@ char *argv[];
|
|||
default:
|
||||
fprintf(stderr,
|
||||
"Top version %s\n"
|
||||
"Usage: %s [-bHIinqStuv] [-d count] [-m io | cpu] [-o field] [-s time]\n"
|
||||
"Usage: %s [-bCHIinqStuv] [-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