Author: msergeant
Date: Wed Jan 30 10:41:24 2008
New Revision: 840

Modified:
   trunk/qpsmtpd-async

Log:
Resolve conflict between debug and detach flags


Modified: trunk/qpsmtpd-async
==============================================================================
--- trunk/qpsmtpd-async (original)
+++ trunk/qpsmtpd-async Wed Jan 30 10:41:24 2008
@@ -75,7 +75,7 @@
     'p|port=i'              => \$PORT,
     'l|listen-address=s'    => \$LOCALADDR,
     'j|procs=i'             => \$PROCS,
-    'd|debug+'              => \$DEBUG,
+    'v|verbose+'              => \$DEBUG,
     'u|user=s'              => \$USER,
     'pid-file=s'            => \$PID_FILE,
     'd|detach'              => \$DETACH,

Reply via email to