From fcc7e90ec32b5c75449d571e521a37c278f075fe Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 20 Apr 2011 15:40:32 +0000 Subject: [PATCH] Patch from Jeff Davis addressing parameter usage issues git-svn-id: svn://svn.open-ils.org/ILS/trunk@20244 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/support-scripts/offline-blocked-list.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/support-scripts/offline-blocked-list.pl b/Open-ILS/src/support-scripts/offline-blocked-list.pl index e7ca25510b..8ff031af40 100755 --- a/Open-ILS/src/support-scripts/offline-blocked-list.pl +++ b/Open-ILS/src/support-scripts/offline-blocked-list.pl @@ -73,10 +73,10 @@ my %types = (); GetOptions( "barcodes=s" => \%types, - "config" => \$config, + "config:s" => \$config, "oldstyle" => \$approach, - "hostname" => \$hostname, - "requestor" => \$oils_reqr, + "hostname:s" => \$hostname, + "requestor:s" => \$oils_reqr, "verbose" => \$verbose, "help" => \$help, ); -- 2.43.2