diff options
author | Jerome Kieffer <kieffer@scisoft.esrf.fr> | 2022-01-27 13:52:01 +0100 |
---|---|---|
committer | Jerome Kieffer <kieffer@scisoft.esrf.fr> | 2022-01-27 13:52:01 +0100 |
commit | aeaeb73b03bd6b16b50e37cd0a17c1dd3772b3e8 (patch) | |
tree | cd0e50fab044d7a891f5ed18f9fa23356e97ae3f | |
parent | 5566d02188f11e41a3cb4391597394f0fc122417 (diff) |
correct a simple typo
-rw-r--r-- | libcrystfel/src/indexers/xgandalf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/indexers/xgandalf.c b/libcrystfel/src/indexers/xgandalf.c index d83af6cb..6c50a38b 100644 --- a/libcrystfel/src/indexers/xgandalf.c +++ b/libcrystfel/src/indexers/xgandalf.c @@ -348,7 +348,7 @@ const char *xgandalf_probe(UnitCell *cell) static void xgandalf_show_help() { - printf("Parameters for the TakeTwo indexing algorithm:\n" + printf("Parameters for the XGANDALF indexing algorithm:\n" " --xgandalf-sampling-pitch\n" " Sampling pitch: 0 (loosest) to 4 (most dense)\n" " or with secondary Miller indices: 5 (loosest) to\n" |