aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-12-04 11:10:29 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:07 +0100
commit58e5231f4d10ce5002ba8e73c9ad8549fb807883 (patch)
tree6aa68662e1c75f42cc041337d0dbed14156e0b1f /src
parentb16460f117beb38af97698762e1718a8c6f7fa37 (diff)
estimate_backgroud: Fix options
Diffstat (limited to 'src')
-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) {