Author: eadler Date: Sat Jun 9 20:06:06 2018 New Revision: 334893 URL: https://svnweb.freebsd.org/changeset/base/334893
Log: top(1): allow starting with -T flag Modified: head/usr.bin/top/top.c Modified: head/usr.bin/top/top.c ============================================================================== --- head/usr.bin/top/top.c Sat Jun 9 20:01:03 2018 (r334892) +++ head/usr.bin/top/top.c Sat Jun 9 20:06:06 2018 (r334893) @@ -328,7 +328,7 @@ _Static_assert(sizeof(command_chars) == CMD_toggletid 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) { _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"