From: Josh Stompro Date: Tue, 13 Jan 2015 20:34:18 +0000 (-0600) Subject: LP#1205072 - Change granularity labels to lowercase in the docs. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fstompro%2Flp1396161_action_trigger_runner_docs_v2;p=working%2FEvergreen.git LP#1205072 - Change granularity labels to lowercase in the docs. Signed-off-by: Josh Stompro --- diff --git a/docs/admin/actiontriggers.txt b/docs/admin/actiontriggers.txt index 7d125e771e..94dcf11cfb 100644 --- a/docs/admin/actiontriggers.txt +++ b/docs/admin/actiontriggers.txt @@ -37,7 +37,7 @@ Table 1: Action Trigger Event Definitions | <> |Links the action trigger to the Reactor. | <> |The subroutines receive the trigger environment as an argument (see the linked Name for the environment definition) and returns either _1_ if the validator is _true_ or _0_ if the validator returns _false_. | Event Repeatability Delay |Allows events to be repeated after this delay interval. -| Granularity |Used to group events by how often they should be run. Options are Hourly, Daily, Weekly, Monthly, Yearly, but you may also create new values. +| Granularity |Used to group events by how often they should be run. Options are hourly, daily, weekdays, weekly, monthly, yearly, but you may also create new values. |=============================================== @@ -241,5 +241,5 @@ perl action_trigger_runner.pl --hooks=checkout.due --process-hooks pending events with that same granularity. + ---- -perl action_trigger_runner.pl --run-pending --granularity=Hourly --process-hooks +perl action_trigger_runner.pl --run-pending --granularity=hourly --process-hooks ----