aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-04-30 11:20:36 +0200
committerThomas White <taw@physics.org>2021-04-30 11:20:36 +0200
commit2451efe97610ed5aef5bc99795f2e4b50747eaf3 (patch)
tree438004311008f35a3ac695701575dc721235716e /src/indexamajig.c
parent0fe8719bd81b9a90e7bcbc17a50f402559169bfb (diff)
indexamajig: Fix an incorrect error message
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r--src/indexamajig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 7389ad39..4b297e60 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -402,7 +402,7 @@ static error_t parse_arg(int key, char *arg, struct argp_state *state)
break;
case 304 :
- ERROR("The option --hdf5-peak-path is no longer used.\n");
+ ERROR("The option --hdf5-peaks is no longer used.\n");
ERROR("Set the peak path in the geometry file.\n");
break;