Improve 'help' self-description message

This commit is contained in:
Andrew Johnson
2025-05-05 10:23:13 -05:00
parent c485055bd5
commit 0f6fd8fff7

View File

@@ -931,8 +931,8 @@ static void helpCallFunc(const iocshArgBuf *args)
iocshTableUnlock ();
fprintf(epicsGetStdout(), "\n"
"Type 'help <command>' to see the arguments of <command>, "
"eg. 'help db*'\n");
"Type 'help <glob>' for information about commands matching\n"
"the name or pattern <glob>, e.g. 'help db*'\n");
}
else {
bool firstFunction = true;