From f285e939a8113f5337674a412cc65f89313fe843 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sat, 26 Nov 2016 15:52:38 -0800 Subject: [PATCH] SCP: Added suggestive clarification to ATTACH help try HELP ATTACH --- scp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scp.c b/scp.c index 464ee6a7..7e5d74af 100644 --- a/scp.c +++ b/scp.c @@ -926,6 +926,8 @@ static const char simh_help[] = "3ATTACH\n" " The ATTACH (abbreviation AT) command associates a unit and a file:\n" "++ATTACH \n\n" + "Some devices have more detailed or specific help available with:\n\n" + "++HELP ATTACH\n\n" "4Switches\n" "5-n\n" " If the -n switch is specified when an attach is executed, a new file is\n"