SCP: Fix HELP DISKINFO

As reported in #1031
This commit is contained in:
Mark Pizzolato 2021-04-12 10:24:32 -07:00
parent c4ff4954be
commit f77332112f

2
scp.c
View file

@ -2475,7 +2475,7 @@ static const char simh_help2[] =
" curl is a utility to transfer a URL\n\n" " 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" " The quick and dirty help for the CURL command can be viewed with:\n\n"
"++sim> curl --help\n\n" "++sim> curl --help\n\n"
#define HLP_DISKINFO "*Commands DISKINFO" #define HLP_DISKINFO "*Commands Disk_Container_Information"
"2Disk Container Information\n" "2Disk Container Information\n"
" Information about a Disk Container can be displayed with the DISKINFO command:\n\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"; "++DISKINFO container-spec show information about a disk container\n\n";