aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/estimate_background.c2
1 files changed, 1 insertions, 1 deletions
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) {