chiark
/
gitweb
/
~mdw
/
fwd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d603085
)
fwd.c: Actually accept the -q option.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 11 Jun 2011 16:07:19 +0000
(17:07 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/fwd.c
b/fwd.c
index d80275b727f3340e162987537a201be141cba6c8..c095ba202e856ae7e09a87ef209e69598f2ef1e9 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:l
q
s:g:", opts, 0, 0, 0);
if (i < 0)
break;
if (i < 0)
break;