From: Ben Shum Date: Sun, 17 Mar 2013 04:46:01 +0000 (-0400) Subject: LP1133158 - fix typo in help for action_trigger_runner.pl X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fbshum%2Flp1133158-typo-fix;p=working%2FEvergreen.git LP1133158 - fix typo in help for action_trigger_runner.pl As noted by paxed in LP1133158, include an equal sign between for the hooks example for the help provided for action_trigger_runner.pl Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/support-scripts/action_trigger_runner.pl b/Open-ILS/src/support-scripts/action_trigger_runner.pl index 0225518315..3ba60e1b7c 100755 --- a/Open-ILS/src/support-scripts/action_trigger_runner.pl +++ b/Open-ILS/src/support-scripts/action_trigger_runner.pl @@ -135,7 +135,7 @@ $0 : Create and process action/trigger events perl $0 --osrf-config /openils/conf/opensrf_core.xml --run-pending # To batch create all "checkout.due" events - perl $0 --osrf-config /openils/conf/opensrf_core.xml --hooks checkout.due + perl $0 --osrf-config /openils/conf/opensrf_core.xml --hooks=checkout.due HELP }