[open-ils-commits] r20244 - trunk/Open-ILS/src/support-scripts (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Apr 20 11:40:35 EDT 2011
Author: miker
Date: 2011-04-20 11:40:32 -0400 (Wed, 20 Apr 2011)
New Revision: 20244
Modified:
trunk/Open-ILS/src/support-scripts/offline-blocked-list.pl
Log:
Patch from Jeff Davis addressing parameter usage issues
Modified: trunk/Open-ILS/src/support-scripts/offline-blocked-list.pl
===================================================================
--- trunk/Open-ILS/src/support-scripts/offline-blocked-list.pl 2011-04-20 14:50:53 UTC (rev 20243)
+++ trunk/Open-ILS/src/support-scripts/offline-blocked-list.pl 2011-04-20 15:40:32 UTC (rev 20244)
@@ -73,10 +73,10 @@
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,
);
More information about the open-ils-commits
mailing list