From 58e5231f4d10ce5002ba8e73c9ad8549fb807883 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 4 Dec 2010 11:10:29 +0100 Subject: estimate_backgroud: Fix options --- src/estimate_background.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/estimate_background.c b/src/estimate_background.c index d12bc37e..6dd1b3c6 100644 --- a/src/estimate_background.c +++ b/src/estimate_background.c @@ -72,7 +72,7 @@ int main(int argc, char *argv[]) }; /* Short options */ - while ((c = getopt_long(argc, argv, "hi:e:ro:p:y:g:f:a:r:", + while ((c = getopt_long(argc, argv, "hi:", longopts, NULL)) != -1) { switch (c) { -- cgit v1.2.3