aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xLibrary/Contributions/cmds/brew-mirror-check.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Contributions/cmds/brew-mirror-check.rb b/Library/Contributions/cmds/brew-mirror-check.rb
index 0f398c171..821a62526 100755
--- a/Library/Contributions/cmds/brew-mirror-check.rb
+++ b/Library/Contributions/cmds/brew-mirror-check.rb
@@ -28,8 +28,7 @@ module Homebrew extend self
mirror_check_usage = <<-EOS
Usage: brew mirror-check <formulae ...>
-Cycle through mirror lists for each formula, attempt a download and validate
-MD5 sums.
+Cycle through mirror lists for each formula, attempt a download and validate file hashes.
EOS
if ARGV.empty?