]> git.donarmstrong.com Git - bin.git/commitdiff
add the queue option to the extracted options list
authorDon Armstrong <don@donarmstrong.com>
Mon, 24 Sep 2007 08:10:32 +0000 (08:10 +0000)
committerDon Armstrong <don@donarmstrong.com>
Mon, 24 Sep 2007 08:10:32 +0000 (08:10 +0000)
delay_mail

index 405e6954e90a955968288b5d9270042214bad3f8..68e4d92f0e28fec10746eb3dd6072262f54345b1 100755 (executable)
@@ -127,6 +127,7 @@ my %options = (debug           => 0,
 
 GetOptions(\%options,'debug|d+','help|h|?','man|m',
           'list|l','dequeue=s','process|p=s','enqueue|e',
+          'queue=s',
           'delay|D=s','email|E',
           'mailto|mail-to|M=s',
          );