aboutsummaryrefslogtreecommitdiff
path: root/contrib/top
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-05-02 23:32:44 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-05-02 23:32:44 +0000
commitee92dd81a53575b1dcb907c75777579c0aa27dbe (patch)
treeb73f7c258d117c7ed179eb855f88e49816591fb6 /contrib/top
parent1b60f972727e862bb97450ba3f4db9d3904dedb6 (diff)
downloadsrc-ee92dd81a53575b1dcb907c75777579c0aa27dbe.tar.gz
src-ee92dd81a53575b1dcb907c75777579c0aa27dbe.zip
- Add a hint for 'u' and 'J' command that '+' displays all.
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=265250
Diffstat (limited to 'contrib/top')
-rw-r--r--contrib/top/top.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/top/top.c b/contrib/top/top.c
index 6348304dbb97..ebb06e5f8923 100644
--- a/contrib/top/top.c
+++ b/contrib/top/top.c
@@ -1007,7 +1007,7 @@ restart:
case CMD_user:
new_message(MT_standout,
- "Username to show: ");
+ "Username to show (+ for all): ");
if (readline(tempbuf2, sizeof(tempbuf2), No) > 0)
{
if (tempbuf2[0] == '+' &&
@@ -1101,7 +1101,7 @@ restart:
case CMD_jail:
new_message(MT_standout,
- "Jail to show: ");
+ "Jail to show (+ for all): ");
if (readline(tempbuf2, sizeof(tempbuf2), No) > 0)
{
if (tempbuf2[0] == '+' &&