diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-26 04:15:41 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-26 04:15:41 +0000 |
commit | ae31c624796c0d1f8969261195d13eca22ecca14 (patch) | |
tree | 721297ab95b7ac013ca1641e403b98c65238251f /main.c | |
parent | 19a32a4c143965883bb87247ee3c503bd159f61f (diff) | |
download | mandoc-ae31c624796c0d1f8969261195d13eca22ecca14.tar.gz |
Changed `-o' to `-O' for clarity. THIS BREAKS UTILITIES DEPENDING ON -o!
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |