LP1133158 - fix typo in help for action_trigger_runner.pl user/bshum/lp1133158-typo-fix
authorBen Shum <bshum@biblio.org>
Sun, 17 Mar 2013 04:46:01 +0000 (00:46 -0400)
committerBen Shum <bshum@biblio.org>
Sun, 17 Mar 2013 04:46:01 +0000 (00:46 -0400)
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 <bshum@biblio.org>
Open-ILS/src/support-scripts/action_trigger_runner.pl

index 0225518..3ba60e1 100755 (executable)
@@ -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
 }