Fix help message

This commit is contained in:
Simon Rose
2025-05-08 09:03:52 +02:00
committed by Andrew Johnson
parent b34465add6
commit 144ab9074d

View File

@@ -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",
};