@ -20,19 +20,19 @@ When logging, record sensitive data, like passwords.
Set the log level to 1, 2 or 3 respectively. Be aware that level 3 generates a significant amount of log data.
.SS"Commands:"
.TP
\fB\-\-refresh-json\fR (derecated)
\fB\-\-refresh\-json\fR (derecated)
Short hand for '\fB\-\-run-once\fR', '\fB\-\-main-loop-only\fR' and '\fB\-\-no-start\fR'. Used to be use to refresh the JSON file used by striker's web interface to know hardware states.
.TP
\fB\-\-main-loop-only\fR
\fB\-\-main\-loop\-only\fR
This skips the one-time, start-up tasks and just goes into the main-loop.
.TP
\fB\-\-no-start\fR
\fB\-\-no\-start\fR
This will prevent any pending jobs from being picked up and started in this run. Note that other job checks will still happen.
.TP
\fB\-\-run-once\fR
\fB\-\-run\-once\fR
This will tell the program to exit after running the main loop once.
.TP
\fB\-\-startup-only\fR
\fB\-\-startup\-only\fR
This will tell the program to exit after running the start up tasks, so the main loop won't run.