From 2571ea5253a4109cd6af85549ed8400050a82014 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Tue, 24 Nov 2020 04:46:09 -0800 Subject: [PATCH] SCP: Fixed minor text error in help --- scp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scp.c b/scp.c index 2f8fbfc1..5a392d57 100644 --- a/scp.c +++ b/scp.c @@ -2470,7 +2470,7 @@ static const char simh_help2[] = #define HLP_CURL "*Commands File_Tools Curl_Tool" "3Curl Tool\n" " curl is a utility to transfer a URL\n\n" - " The quick and dirty help for the TAR command can be viewed with:\n\n" + " The quick and dirty help for the CURL command can be viewed with:\n\n" "++sim> curl --help\n\n" #define HLP_DISKINFO "*Commands DISKINFO" "2Disk Container Information\n"