diff options
author | Thomas White <taw@physics.org> | 2011-01-13 17:05:27 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:10 +0100 |
commit | d48f637f899400e32b8d63268a06065103b31396 (patch) | |
tree | 91e576b384eb58c08bef6da4baec46e1f254cd15 /src/process_hkl.c | |
parent | 867cea042f4a4266abacbaf8d8879653060a545b (diff) |
process_hkl: Fix options
Diffstat (limited to 'src/process_hkl.c')
-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) { |