diff --git a/usr.bin/top/top.c b/usr.bin/top/top.c index 2af4e45d8bc..9cad5178cb2 100644 --- a/usr.bin/top/top.c +++ b/usr.bin/top/top.c @@ -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) {