aboutsummaryrefslogtreecommitdiff
path: root/contrib/top
diff options
context:
space:
mode:
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] == '+' &&