From 2ccbf0603ef2d82abd3e4706b84940956cbe2252 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 26 Oct 2009 04:15:41 +0000 Subject: Changed `-o' to `-O' for clarity. THIS BREAKS UTILITIES DEPENDING ON -o! --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.c') 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 * @@ -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)) -- cgit v1.2.3