[open-ils-commits] r15895 - trunk/Open-ILS/src/support-scripts (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Mar 17 20:04:06 EDT 2010


Author: erickson
Date: 2010-03-17 20:04:05 -0400 (Wed, 17 Mar 2010)
New Revision: 15895

Modified:
   trunk/Open-ILS/src/support-scripts/marc_stream_importer.pl
Log:
queue is an integer option

Modified: trunk/Open-ILS/src/support-scripts/marc_stream_importer.pl
===================================================================
--- trunk/Open-ILS/src/support-scripts/marc_stream_importer.pl	2010-03-18 00:04:04 UTC (rev 15894)
+++ trunk/Open-ILS/src/support-scripts/marc_stream_importer.pl	2010-03-18 00:04:05 UTC (rev 15895)
@@ -43,7 +43,7 @@
     'password=s'    => '',
     'tempdir=s'     => '',
     'nolockfile'    => 1,
-    'queue'         => 1,
+    'queue=i'       => 1,
     'noqueue'       => 0,
     'wait=i'        => 5,
 );



More information about the open-ils-commits mailing list