summaryrefslogtreecommitdiffstats
path: root/contrib/top
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2014-05-02 23:32:44 +0000
committerbdrewery <bdrewery@FreeBSD.org>2014-05-02 23:32:44 +0000
commitb5296cf7b95b50ca5a1201350b49d41dec488f24 (patch)
treeb73f7c258d117c7ed179eb855f88e49816591fb6 /contrib/top
parent1042af2b8ec8c05226f9f2c66b1c8faa2b33feb3 (diff)
downloadFreeBSD-src-b5296cf7b95b50ca5a1201350b49d41dec488f24.zip
FreeBSD-src-b5296cf7b95b50ca5a1201350b49d41dec488f24.tar.gz
- Add a hint for 'u' and 'J' command that '+' displays all.
MFC after: 2 weeks
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 6348304..ebb06e5 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] == '+' &&
OpenPOWER on IntegriCloud