LP#1468404 - Fix for a typo and some ommissions in the action_trigger_aggregator... user/stompro/lp1468404_Action_trigger_aggregator_typo
authorJosh Stompro <stomproj@larl.org>
Sun, 9 Aug 2015 18:12:53 +0000 (13:12 -0500)
committerJosh Stompro <stomproj@larl.org>
Sun, 9 Aug 2015 18:12:53 +0000 (13:12 -0500)
 - 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>
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;
 }