SCP: Clarify the HELP for a NOEXPECT command.
This commit is contained in:
parent
5859a8216b
commit
25d4e5c5f2
1 changed files with 3 additions and 1 deletions
4
scp.c
4
scp.c
|
@ -2034,7 +2034,9 @@ static const char simh_help[] =
|
||||||
" Data which is output prior to the definition of an expect rule is not\n"
|
" Data which is output prior to the definition of an expect rule is not\n"
|
||||||
" eligible to be matched against.\n\n"
|
" eligible to be matched against.\n\n"
|
||||||
" The NOEXPECT command removes a previously defined EXPECT command for the\n"
|
" The NOEXPECT command removes a previously defined EXPECT command for the\n"
|
||||||
" console or a specific multiplexer line.\n\n"
|
" console or a specific multiplexer line. A NOEXPECT command, without a\n"
|
||||||
|
" specific mention of a particular EXPECT match string, will remove all\n"
|
||||||
|
" currently defined EXPECT match rules.\n\n"
|
||||||
" The SHOW EXPECT command displays all of the pending EXPECT state for\n"
|
" The SHOW EXPECT command displays all of the pending EXPECT state for\n"
|
||||||
" the console or a specific multiplexer line.\n"
|
" the console or a specific multiplexer line.\n"
|
||||||
/***************** 80 character line width template *************************/
|
/***************** 80 character line width template *************************/
|
||||||
|
|
Loading…
Add table
Reference in a new issue