aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-06-13 15:11:54 -0700
committerThomas White <taw@physics.org>2012-02-22 15:26:50 +0100
commitbfb279a26fefb878091616812ce3c6eea0b7a54b (patch)
treec756b3ef382cb23d94f854466acc743daf47abfc
parente2d44034b5183342f6f1cbb649da0ab7be9a7728 (diff)
calibrate_detector: Add missing parameter
-rw-r--r--src/calibrate_detector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calibrate_detector.c b/src/calibrate_detector.c
index 3dc57e4b..000403d9 100644
--- a/src/calibrate_detector.c
+++ b/src/calibrate_detector.c
@@ -263,7 +263,7 @@ int main(int argc, char *argv[])
};
/* Short options */
- while ((c = getopt_long(argc, argv, "hi:x:j:o:",
+ while ((c = getopt_long(argc, argv, "hi:x:j:o:s:",
longopts, NULL)) != -1) {
switch (c) {