From: Don Armstrong Date: Mon, 24 Sep 2007 08:10:32 +0000 (+0000) Subject: add the queue option to the extracted options list X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4b80347249eae7ef90ddbc6f65eaa7361c9bcc25;p=bin.git add the queue option to the extracted options list --- diff --git a/delay_mail b/delay_mail index 405e695..68e4d92 100755 --- a/delay_mail +++ b/delay_mail @@ -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', );