From 2451efe97610ed5aef5bc99795f2e4b50747eaf3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 30 Apr 2021 11:20:36 +0200 Subject: indexamajig: Fix an incorrect error message --- src/indexamajig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3