top(1): allow starting with -T flag

This commit is contained in:
Eitan Adler 2018-06-09 20:06:06 +00:00
parent 8590505f48
commit dd0bdd6b45
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334893

View File

@ -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)
{