From 144ab9074de53d50527ca18a8127b09503b64ecc Mon Sep 17 00:00:00 2001 From: Simon Rose Date: Thu, 8 May 2025 09:03:52 +0200 Subject: [PATCH] Fix help message --- modules/database/src/ioc/dbtemplate/dbtoolsIocRegister.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/database/src/ioc/dbtemplate/dbtoolsIocRegister.c b/modules/database/src/ioc/dbtemplate/dbtoolsIocRegister.c index b98dd330b..49a16a84e 100644 --- a/modules/database/src/ioc/dbtemplate/dbtoolsIocRegister.c +++ b/modules/database/src/ioc/dbtemplate/dbtoolsIocRegister.c @@ -26,7 +26,7 @@ static const iocshFuncDef dbLoadTemplateFuncDef = { "for each template in the substitution file, and load them using 'dbLoadRecords'.\n\n" "The second argument provides extra variables to substitute in the\n" "template files (not the substitution file). The third argument provides\n" - "a list of paths to search through for the subsitutions file.\n\n" + "a list of paths to search through for the subsitution and template files.\n\n" "See 'help dbLoadRecords' for more information.\n\n" "Example: dbLoadTemplate db/my.substitutions 'user=myself,host=myhost' 'path/to/subst:path2/to2/subst2'\n", };