aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/compare_hkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c
index f87a7b88..3e313733 100644
--- a/src/compare_hkl.c
+++ b/src/compare_hkl.c
@@ -64,7 +64,7 @@ int main(int argc, char *argv[])
};
/* Short options */
- while ((c = getopt_long(argc, argv, "ho:a:b:", longopts, NULL)) != -1) {
+ while ((c = getopt_long(argc, argv, "ho:", longopts, NULL)) != -1) {
switch (c) {
case 'h' :