diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-12-04 11:10:29 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:07 +0100 |
commit | 58e5231f4d10ce5002ba8e73c9ad8549fb807883 (patch) | |
tree | 6aa68662e1c75f42cc041337d0dbed14156e0b1f | |
parent | b16460f117beb38af97698762e1718a8c6f7fa37 (diff) |
estimate_backgroud: Fix options
-rw-r--r-- | src/estimate_background.c | 2 |
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) { |