diff --git a/src/iocsh/asTestRegister.c b/src/iocsh/asTestRegister.c index 23adf3f4c..438a086c0 100644 --- a/src/iocsh/asTestRegister.c +++ b/src/iocsh/asTestRegister.c @@ -80,7 +80,7 @@ static void asprulesCallFunc(ioccrfArg **args) /* aspmem */ static ioccrfArg aspmemArg0 = { "asgname",ioccrfArgString,0}; -static ioccrfArg aspmemArg1 = { "asgname",ioccrfArgInt,0}; +static ioccrfArg aspmemArg1 = { "clients",ioccrfArgInt,0}; static ioccrfArg *aspmemArgs[2] = {&aspmemArg0,&aspmemArg1}; static ioccrfFuncDef aspmemFuncDef = {"aspmem",2,aspmemArgs}; static void aspmemCallFunc(ioccrfArg **args)