diff --git a/tools/iocsh_functions b/tools/iocsh_functions index b9c6f0d755d8893f7b3d897691c6dca6155b89ec..c8934245418ebfba54c683a68c22fa25c45c3abd 100644 --- a/tools/iocsh_functions +++ b/tools/iocsh_functions @@ -520,6 +520,7 @@ function help printf " -?, -h, --help Show this page and exit.\n"; printf " -v, --version Show version and exit.\n"; printf " -c 'cmd args' Ioc shell command.\n"; + printf " -l 'cell path' Run Ioc with a cell path.\n"; printf " -s 'prog m=v' Sequencer program (and arguments), run with 'seq'.\n"; printf " This forces an 'iocInit' before running the program.\n"; printf " -r module[,ver] Modue (optionally with version) loaded via 'require'.\n";