diff options
author | Thomas White <taw@physics.org> | 2024-02-01 16:34:03 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2024-02-01 16:34:03 +0100 |
commit | 983f603cea449a57ca01199816434a434ef6d337 (patch) | |
tree | 7c329d988e2b7a00693cf8e9afae30f13eb46019 | |
parent | 2757cae1c9b2b7753d121668c93da65cdc75cfef (diff) |
Homebrew: Remove detector-shift from tests
Not used any more.
-rw-r--r-- | crystfel.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crystfel.rb b/crystfel.rb index d57fa432..21851fb7 100644 --- a/crystfel.rb +++ b/crystfel.rb @@ -56,7 +56,7 @@ class Crystfel < Formula system bin / 'check_hkl', '--help' system bin / 'compare_hkl', '--help' system bin / 'crystfel', '--help' - system bin / 'detector-shift', '--help' + system bin / 'align_detector', '--help' system bin / 'get_hkl', '--help' system bin / 'indexamajig', '--help' system bin / 'list_events', '--help' |