queue is an integer option
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 18 Mar 2010 00:04:05 +0000 (00:04 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 18 Mar 2010 00:04:05 +0000 (00:04 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15895 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/support-scripts/marc_stream_importer.pl

index a0140d3..865792a 100755 (executable)
@@ -43,7 +43,7 @@ my %defaults = (
     'password=s'    => '',
     'tempdir=s'     => '',
     'nolockfile'    => 1,
-    'queue'         => 1,
+    'queue=i'       => 1,
     'noqueue'       => 0,
     'wait=i'        => 5,
 );