From b99b4b0223849a98c5e3e6090174fca4ee386245 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Thu, 17 Jul 2014 08:17:55 -0700 Subject: [PATCH] Trivial fix to main getopt string. --- driver/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/main.c b/driver/main.c index b15bbf728..3ee4de008 100644 --- a/driver/main.c +++ b/driver/main.c @@ -907,7 +907,7 @@ int main(int argc, char **argv) } } - while ((opt = getopt(argc, argv, "B:c:D:d:Ef:g:hI:M:m:N::o:P:p:Ss:T:t:vVW:y:Y:")) != EOF) { + while ((opt = getopt(argc, argv, "B:c:D:d:Ef:g:hI:M:m:N:o:P:p:Ss:T:t:vVW:y:Y:")) != EOF) { switch (opt) { case 'B':