From: Josh Stompro Date: Sun, 9 Aug 2015 18:12:53 +0000 (-0500) Subject: LP#1468404: Fix typo and ommissions in action_trigger_aggregator.pl help X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=88ae6a4d0e6b21e0ad53bfc627328ce155c46793;p=evergreen%2Fmasslnc.git LP#1468404: Fix typo and ommissions in action_trigger_aggregator.pl help - ISO was mistyped as IDO in the help text. - Several arguments were missing from the help text. Signed-off-by: Josh Stompro Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/support-scripts/action_trigger_aggregator.pl b/Open-ILS/src/support-scripts/action_trigger_aggregator.pl index 4a53454f35..9da5f6fd9c 100755 --- a/Open-ILS/src/support-scripts/action_trigger_aggregator.pl +++ b/Open-ILS/src/support-scripts/action_trigger_aggregator.pl @@ -77,6 +77,9 @@ $0 \ Options + --cleanup + Remove the local file after script is done. + --event-defs action_trigger.event_definition IDs to include @@ -88,7 +91,11 @@ Options Only collect output for events whose run_time is on or after this ISO date --end-date - Only collect output for events whose run_time occurred before this IDO date + Only collect output for events whose run_time occurred before this ISO date + + --osrf-config + To set the OpenSRF config to something other than the default of + '/openils/conf/opensrf_core.xml' --output-file [default STDOUT] Output goes to this file. @@ -101,6 +108,12 @@ Options Evergreen config.remote_account ID If set, the output-file will be sent via sFTP/SCP to this server. + --verbose + Show more information about what the script is doing. + + --help + Show command usage information. + HELP exit; }