diff options
author | Thomas White <taw@physics.org> | 2021-04-30 11:20:36 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-04-30 11:20:36 +0200 |
commit | 2451efe97610ed5aef5bc99795f2e4b50747eaf3 (patch) | |
tree | 438004311008f35a3ac695701575dc721235716e | |
parent | 0fe8719bd81b9a90e7bcbc17a50f402559169bfb (diff) |
indexamajig: Fix an incorrect error message
-rw-r--r-- | src/indexamajig.c | 2 |
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; |