aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top
diff options
context:
space:
mode:
authorJohn Grafton <john.grafton@gmail.com>2021-09-07 17:39:59 +0000
committerWarner Losh <imp@FreeBSD.org>2021-09-13 01:12:01 +0000
commit3e3f48e6c4f0e5d9e5047d1fb9b94babbe6ad68b (patch)
tree6329bf3807418d11d0efd45b82ff1a1fcd8f2d39 /usr.bin/top
parent72f20536eae777f8bf77a7cb2c0c0a01b5fc51b3 (diff)
downloadsrc-3e3f48e6c4f0e5d9e5047d1fb9b94babbe6ad68b.tar.gz
src-3e3f48e6c4f0e5d9e5047d1fb9b94babbe6ad68b.zip
top(1): indicate how to reset grep string
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/536/files (cherry picked from commit 4ccbbe5f0689513de4399d6dad43e85d97ad9cde)
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') {