fwd.c: Actually accept the -q option.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 11 Jun 2011 16:07:19 +0000 (17:07 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 11 Jun 2011 16:07:19 +0000 (17:07 +0100)
For some reason, this got left out of the short option list.

fwd.c

diff --git a/fwd.c b/fwd.c
index d80275b..c095ba2 100644 (file)
--- a/fwd.c
+++ b/fwd.c
@@ -514,7 +514,7 @@ int main(int argc, char *argv[])
 
       { 0,             0,              0,      0 }
     };
 
       { 0,             0,              0,      0 }
     };
-    int i = mdwopt(argc, argv, "+hvu" "GO" "f:dp:ls:g:", opts, 0, 0, 0);
+    int i = mdwopt(argc, argv, "+hvu" "GO" "f:dp:lqs:g:", opts, 0, 0, 0);
 
     if (i < 0)
       break;
 
     if (i < 0)
       break;