LP#1468404: Fix typo and ommissions in action_trigger_aggregator.pl help
authorJosh Stompro <stomproj@larl.org>
Sun, 9 Aug 2015 18:12:53 +0000 (13:12 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 18 Aug 2015 02:23:11 +0000 (02:23 +0000)
 - ISO was mistyped as IDO in the help text.
 - Several arguments were missing from the help text.

Signed-off-by: Josh Stompro <stomproj@larl.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/support-scripts/action_trigger_aggregator.pl

index 4a53454..9da5f6f 100755 (executable)
@@ -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;
 }