From be26f7f6841173d4fe194bfd7b4dd86af6034577 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Mon, 19 Feb 2001 16:14:53 +0000 Subject: [PATCH] Provide more meaningful help message. --- src/iocsh/iocUtil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iocsh/iocUtil.c b/src/iocsh/iocUtil.c index ffab32a67..a267bf8b1 100644 --- a/src/iocsh/iocUtil.c +++ b/src/iocsh/iocUtil.c @@ -15,7 +15,7 @@ #include "iocUtilRegister.h" /* < (runScript) command */ -static const ioccrfArg runScriptArg0 = { "file name",ioccrfArgString}; +static const ioccrfArg runScriptArg0 = { "command file name",ioccrfArgString}; static const ioccrfArg * const runScriptArgs[1] = {&runScriptArg0}; static const ioccrfFuncDef runScriptFuncDef = {"<",1,runScriptArgs}; static void runScriptCallFunc(const ioccrfArgBuf *args)