mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
top(1): allow starting with -T flag
This commit is contained in:
parent
8590505f48
commit
dd0bdd6b45
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ _Static_assert(sizeof(command_chars) == CMD_toggletid + 2, "command chars size")
|
|||
optind = 1;
|
||||
}
|
||||
|
||||
while ((i = getopt(ac, av, "CSIHPabijJ:nquvzs:d:U:m:o:p:tw")) != EOF)
|
||||
while ((i = getopt(ac, av, "CSIHPabijJ:nquvzs:d:U:m:o:p:Ttw")) != EOF)
|
||||
{
|
||||
switch(i)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue