From: Mark Wooding Date: Sat, 11 Jun 2011 16:07:19 +0000 (+0100) Subject: fwd.c: Actually accept the -q option. X-Git-Tag: 1.3.6~1 X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/commitdiff_plain/c1e028bec788f2ff2525ea7c674a766d4fa6c273 fwd.c: Actually accept the -q option. For some reason, this got left out of the short option list. --- diff --git a/fwd.c b/fwd.c index d80275b..c095ba2 100644 --- a/fwd.c +++ b/fwd.c @@ -514,7 +514,7 @@ int main(int argc, char *argv[]) { 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;