aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
diff options
context:
space:
mode:
authorMike McQuaid2013-01-26 12:59:57 +0000
committerMike McQuaid2013-01-26 12:59:57 +0000
commit6f17f25b5fe5a3fbd15bb7abc722a09db3c545e7 (patch)
tree11d60bc672a86c2c254de9b3a184eae3bee61721 /Library/Contributions
parent239217e9440c923560416454615ee6104631c06d (diff)
downloadbrew-6f17f25b5fe5a3fbd15bb7abc722a09db3c545e7.tar.bz2
brew-mirror-check: Not using MD5 any more.
Diffstat (limited to 'Library/Contributions')
-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?