diff options
-rw-r--r-- | src/process_hkl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c index 689263bb..8df2dae1 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -599,7 +599,7 @@ int main(int argc, char *argv[]) }; /* Short options */ - while ((c = getopt_long(argc, argv, "hi:e:ro:p:y:g:f:a:r:b:", + while ((c = getopt_long(argc, argv, "hi:e:r:o:p:y:g:f:a:b:", longopts, NULL)) != -1) { switch (c) { |