diff --git a/modules/libcom/src/iocsh/iocsh.cpp b/modules/libcom/src/iocsh/iocsh.cpp index 16ed97733..060511d01 100644 --- a/modules/libcom/src/iocsh/iocsh.cpp +++ b/modules/libcom/src/iocsh/iocsh.cpp @@ -931,8 +931,8 @@ static void helpCallFunc(const iocshArgBuf *args) iocshTableUnlock (); fprintf(epicsGetStdout(), "\n" - "Type 'help ' to see the arguments of , " - "eg. 'help db*'\n"); + "Type 'help ' for information about commands matching\n" + "the name or pattern , e.g. 'help db*'\n"); } else { bool firstFunction = true;