summaryrefslogtreecommitdiffstatshomepage
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
commit2ccbf0603ef2d82abd3e4706b84940956cbe2252 (patch)
tree933fe5dd2aa55beca30d2e4f0b82d410a886c44a /main.c
parentbf91378aa0490e0917301c7a0525831c1ffcc6b0 (diff)
downloadmandoc-2ccbf0603ef2d82abd3e4706b84940956cbe2252.tar.gz
mandoc-2ccbf0603ef2d82abd3e4706b84940956cbe2252.tar.zst
mandoc-2ccbf0603ef2d82abd3e4706b84940956cbe2252.zip
Changed `-o' to `-O' for clarity. THIS BREAKS UTILITIES DEPENDING ON -o!
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 134a8b84..d832541f 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.46 2009/10/13 10:57:25 kristaps Exp $ */
+/* $Id: main.c,v 1.47 2009/10/26 04:15:42 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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))