diff options
Diffstat (limited to 'src/calibrate_detector.c')
-rw-r--r-- | src/calibrate_detector.c | 2 |
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) { |