From f77332112f47e55c92500ec43f6e33bc9caa6e67 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Mon, 12 Apr 2021 10:24:32 -0700 Subject: [PATCH] SCP: Fix HELP DISKINFO As reported in #1031 --- scp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scp.c b/scp.c index 57f7071d..1d613cf2 100644 --- a/scp.c +++ b/scp.c @@ -2475,7 +2475,7 @@ static const char simh_help2[] = " curl is a utility to transfer a URL\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" +#define HLP_DISKINFO "*Commands Disk_Container_Information" "2Disk Container Information\n" " Information about a Disk Container can be displayed with the DISKINFO command:\n\n" "++DISKINFO container-spec show information about a disk container\n\n";