diff options
author | Thomas White <taw@physics.org> | 2010-11-10 16:28:22 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:05 +0100 |
commit | eb72df252830d9cbdbcf993445a6cfa5c1d234ee (patch) | |
tree | 7b563a75f5274a8b9a7c9bd021701104901291d1 /src | |
parent | 6f1cec17d53c026a63e38e650660112feee81481 (diff) |
process_hkl: Fix command line arguments
Diffstat (limited to 'src')
-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 22cb8016..2f8f3d0a 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -590,7 +590,7 @@ int main(int argc, char *argv[]) }; /* Short options */ - while ((c = getopt_long(argc, argv, "hi:e:ro:p:y:g:f:a:r:", + while ((c = getopt_long(argc, argv, "hi:e:ro:p:y:g:f:a:r:b:", longopts, NULL)) != -1) { switch (c) { |