diff options
author | Takanori Nakane <nakane.t@gmail.com> | 2014-08-28 10:32:38 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-09-18 16:50:00 +0200 |
commit | 6bc1a23579b73dce27e5ce0c3abadc1c7d5e9111 (patch) | |
tree | 4ab174ca3359551284d4c1820f3a471a6bf8cb47 /src/process_hkl.c | |
parent | 1000cd8a44b8943e6c248d16a7ef1a5f49dcb147 (diff) |
Fixed option name 'min_cc' to 'min-cc'
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 fba37183..5bf44124 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -526,7 +526,7 @@ int main(int argc, char *argv[]) {"push-res", 1, NULL, 6}, {"res-push", 1, NULL, 6}, /* compat */ {"version", 0, NULL, 7}, - {"min_cc", 1, NULL, 8}, + {"min-cc", 1, NULL, 8}, {"stat", 1, NULL, 9}, {0, 0, NULL, 0} }; |