=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/top/commands.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- src/usr.bin/top/commands.c 2005/10/07 17:46:13 1.18 +++ src/usr.bin/top/commands.c 2005/12/04 23:10:06 1.19 @@ -1,4 +1,4 @@ -/* $OpenBSD: commands.c,v 1.18 2005/10/07 17:46:13 hshoexer Exp $ */ +/* $OpenBSD: commands.c,v 1.19 2005/12/04 23:10:06 tedu Exp $ */ /* * Top users/processes display for Unix @@ -100,6 +100,7 @@ "s - change number of seconds to delay between updates\n" "S - toggle the display of system processes\n" "u - display processes for only one user (+ selects all users)\n" + "T - toggle the display of threads\n" "C - toggle the display of the command line arguments\n" "\n\n", stdout); }