From 4ccbbe5f0689513de4399d6dad43e85d97ad9cde Mon Sep 17 00:00:00 2001 From: John Grafton Date: Tue, 7 Sep 2021 13:39:59 -0400 Subject: [PATCH] top(1): indicate how to reset grep string Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/536/files --- usr.bin/top/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/top/top.c b/usr.bin/top/top.c index 4fbf11b5029..08248911e99 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') {