From 88ae6a4d0e6b21e0ad53bfc627328ce155c46793 Mon Sep 17 00:00:00 2001 From: Josh Stompro Date: Sun, 9 Aug 2015 13:12:53 -0500 Subject: [PATCH] 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 --- Open-ILS/src/support-scripts/action_trigger_aggregator.pl | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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; } -- 2.11.0