Skip to content
Snippets Groups Projects
Commit edeb4b71 authored by Wayne Lewis's avatar Wayne Lewis
Browse files

Update iocsh.bash usage information

Reorder to match order in function
Add realtime option
Add iocInit override option
parent ccca72f8
No related branches found
No related tags found
1 merge request!49Fix handling of iocInit in iocsh.bash
......@@ -422,11 +422,16 @@ function help() {
printf "Options:\n\n"
printf " -?, -h, --help Show this page and exit.\n"
printf " -v, --version Show version and exit.\n"
printf " -rt Execute in realtime mode.\n"
printf " (Also -RT, -realtime, --realtime)\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 " -i Do not add iocInit. This option does not override\n"
printf " a valid iocInit in the startup script.\n"
printf " (Also -noinit, --noinit)"
printf " -r module[,ver] Module (optionally with version) loaded via 'require'.\n"
printf " -l 'cell path' Run Ioc with a cell path.\n"
printf " -dg Run with debugger gdb.\n"
printf " -dv Run with valgrind.\n"
printf " -n Run with 'nice --10' (requires sudo).\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment