From ac27fcc938bc92c6c2c905568200abda79c04c93 Mon Sep 17 00:00:00 2001 From: Jeong Han Lee <jeonghan.lee@gmail.com> Date: Fri, 3 May 2019 22:24:06 +0200 Subject: [PATCH] update help for iocsh --- tools/iocsh_functions | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/iocsh_functions b/tools/iocsh_functions index b9c6f0d7..c8934245 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"; -- GitLab