From 25d4e5c5f26dda808cb476e2b500796318d9e606 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sun, 15 Dec 2019 01:24:02 -0800 Subject: [PATCH] SCP: Clarify the HELP for a NOEXPECT command. --- scp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scp.c b/scp.c index 8e690196..83f4b5f8 100644 --- a/scp.c +++ b/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" " eligible to be matched against.\n\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 console or a specific multiplexer line.\n" /***************** 80 character line width template *************************/