From 1c66bad0f16be69cf87123f8d96c5b57bab76df0 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 2 Mar 2012 23:57:14 +0100 Subject: [PATCH] Omission. --- frontend/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/main.cpp b/frontend/main.cpp index 5c32fed..e4433b9 100644 --- a/frontend/main.cpp +++ b/frontend/main.cpp @@ -310,7 +310,7 @@ main(int argc, }; int option_index; - int c = getopt_long_only(argc, argv, "fhil:r:ptVvx:", + int c = getopt_long_only(argc, argv, "fhil:r:ptVvxX:", long_options, &option_index); if (c == -1) break; -- 2.11.4.GIT