aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/top')
-rw-r--r--usr.bin/top/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/top/top.c b/usr.bin/top/top.c
index 4fbf11b50299..08248911e99a 100644
--- a/usr.bin/top/top.c
+++ b/usr.bin/top/top.c
@@ -910,7 +910,7 @@ restart:
case CMD_grep: /* grep command name */
new_message(MT_standout,
- "Grep command name: ");
+ "Grep command name (+ for all): ");
if (readline(tempbuf1, sizeof(tempbuf1), false) > 0) {
free(ps.command);
if (tempbuf1[0] == '+' && tempbuf1[1] == '\0') {