aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 1c99d84a..0d09ad3f 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -195,7 +195,7 @@ int main(int argc, char *argv[])
const struct option longopts[] = {
{"help", 0, NULL, 'h'},
{"input", 1, NULL, 'i'},
- {"output", 1, NULL, 'o'},
+ {"output", 1, NULL, 'o'},
{"max-only", 0, &config_maxonly, 1},
{"output-every", 1, NULL, 'e'},
{"no-analyse", 0, &config_noanalyse, 1},