summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-26 04:15:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-26 04:15:41 +0000
commitae31c624796c0d1f8969261195d13eca22ecca14 (patch)
tree721297ab95b7ac013ca1641e403b98c65238251f /main.c
parent19a32a4c143965883bb87247ee3c503bd159f61f (diff)
downloadmandoc-ae31c624796c0d1f8969261195d13eca22ecca14.tar.gz
Changed `-o' to `-O' for clarity. THIS BREAKS UTILITIES DEPENDING ON -o!
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index c94f1072..69ae0e7a 100644
--- a/main.c
+++ b/main.c
@@ -124,7 +124,7 @@ main(int argc, char *argv[])
curp.outtype = OUTT_ASCII;
/* LINTED */
- while (-1 != (c = getopt(argc, argv, "f:m:o:T:VW:")))
+ while (-1 != (c = getopt(argc, argv, "f:m:O:T:VW:")))
switch (c) {
case ('f'):
if ( ! foptions(&curp.fflags, optarg))