aboutsummaryrefslogtreecommitdiff
path: root/src/compare_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-07-08 11:47:32 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:53 +0100
commita84776a4ba712b04644f664fb806a1f47fa3b066 (patch)
treeae6675267df5122ff006e5ba0d546880bb029661 /src/compare_hkl.c
parentb3854b29262d2f67eae90c1e54b39b09e49ea66b (diff)
compare_hkl: Remove unneeded options
Diffstat (limited to 'src/compare_hkl.c')
-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' :