From 0f6fd8fff7a7868bdade987a10fcc8cd2eb4ac7b Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 5 May 2025 10:23:13 -0500 Subject: [PATCH] Improve 'help' self-description message --- modules/libcom/src/iocsh/iocsh.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;