Date: Sat, 9 Jun 2018 20:06:06 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r334893 - head/usr.bin/top Message-ID: <201806092006.w59K66br088374@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806092006.w59K66br088374>