From 6bc1a23579b73dce27e5ce0c3abadc1c7d5e9111 Mon Sep 17 00:00:00 2001 From: Takanori Nakane Date: Thu, 28 Aug 2014 10:32:38 +0100 Subject: Fixed option name 'min_cc' to 'min-cc' --- src/process_hkl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} }; -- cgit v1.2.3