From: miker Date: Tue, 10 Nov 2009 19:42:02 +0000 (+0000) Subject: doh! thinko on param name X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=20dc6a8fae07cb7e9f7e2a767402586069f65c6b;p=contrib%2FConifer.git doh! thinko on param name git-svn-id: svn://svn.open-ils.org/ILS/trunk@14857 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/support-scripts/action_trigger_runner.pl b/Open-ILS/src/support-scripts/action_trigger_runner.pl index 1ca3becb45..393fa65719 100755 --- a/Open-ILS/src/support-scripts/action_trigger_runner.pl +++ b/Open-ILS/src/support-scripts/action_trigger_runner.pl @@ -35,7 +35,7 @@ GetOptions( 'osrf-config=s' => \$opt_osrf_config, 'run-pending' => \$opt_run_pending, 'hooks=s' => \$opt_hooks, - 'hooks=s' => \$opt_granularity, + 'granularity=s' => \$opt_granularity, 'process-hooks' => \$opt_process_hooks, 'debug-stdout' => \$opt_debug_stdout, 'custom-filters=s' => \$opt_custom_filter,