aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-01-13 17:05:27 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:10 +0100
commitd48f637f899400e32b8d63268a06065103b31396 (patch)
tree91e576b384eb58c08bef6da4baec46e1f254cd15 /src
parent867cea042f4a4266abacbaf8d8879653060a545b (diff)
process_hkl: Fix options
Diffstat (limited to 'src')
-rw-r--r--src/process_hkl.c2
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) {