diff options
-rw-r--r-- | src/get_hkl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c index 466a8752..cb2ef3fb 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -306,7 +306,7 @@ int main(int argc, char *argv[]) }; /* Short options */ - while ((c = getopt_long(argc, argv, "ht:o:i:w:y:e:b:", + while ((c = getopt_long(argc, argv, "ht:o:i:w:y:e:b:p:", longopts, NULL)) != -1) { switch (c) { |