diff options
author | Thomas White <taw@physics.org> | 2019-09-02 14:56:29 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-09-12 16:35:52 +0200 |
commit | a249da0dae1ab6fa5d708f3ba4fa412c7c715ce1 (patch) | |
tree | 23eb30f3f1bc9656f7efddd0374881c4bc2bf690 /libcrystfel/src | |
parent | 117779c5fd9321b4a262f144798f081321a65a38 (diff) |
Remove message directing to old option
Diffstat (limited to 'libcrystfel/src')
-rw-r--r-- | libcrystfel/src/index.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c index d48a6634..cc9f0248 100644 --- a/libcrystfel/src/index.c +++ b/libcrystfel/src/index.c @@ -347,7 +347,6 @@ IndexingPrivate *setup_indexing(const char *method_list, UnitCell *cell, ERROR("The indexing method should contain only the method itself and "); ERROR("prior information modifiers ('cell' or 'latt')\n"); ERROR("To disable prediction refinement ('norefine'), use --no-refine.\n"); - ERROR("To check cell axes only ('axes'), use --no-cell-combinations.\n"); ERROR("To disable all unit cell checks ('raw'), use --no-check-cell.\n"); ERROR("To disable peak alignment check ('bad'), use --no-check-peaks.\n"); ERROR("To disable indexing retry ('noretry'), use --no-retry.\n"); |