summaryrefslogtreecommitdiff
path: root/usr.bin/top/commands.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2005-12-04 23:10:07 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2005-12-04 23:10:07 +0000
commitd2884319d2a5e750908f591a8f757ebf80f8d84d (patch)
tree6acf1872224cf26b5f6f59fb63275e9d92cc073d /usr.bin/top/commands.c
parentc97f71cbe005cae34f9db5673aea3b3492ccd7f1 (diff)
support for toggling thread viewing.
ok brad, hints from jmc
Diffstat (limited to 'usr.bin/top/commands.c')
-rw-r--r--usr.bin/top/commands.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/top/commands.c b/usr.bin/top/commands.c
index 5d45c2f9c5e..b40fcdbe59b 100644
--- a/usr.bin/top/commands.c
+++ b/usr.bin/top/commands.c
@@ -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 @@ show_help(void)
"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);
}