mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
top(1): indicate how to reset grep string
Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/536/files
This commit is contained in:
parent
0e642632e6
commit
4ccbbe5f06
1 changed files with 1 additions and 1 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue