projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0cfe99
)
LP1133158 - fix typo in help for action_trigger_runner.pl
user/bshum/lp1133158-typo-fix
author
Ben Shum
<bshum@biblio.org>
Sun, 17 Mar 2013 04:46:01 +0000
(
00:46
-0400)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/Open-ILS/src/support-scripts/action_trigger_runner.pl
b/Open-ILS/src/support-scripts/action_trigger_runner.pl
index
0225518
..
3ba60e1
100755
(executable)
--- 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
}