aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2012-10-28 10:50:38 -0400
committerMax Howell2012-10-28 10:52:07 -0400
commitf6091b1c85ca63c592234251bfc018d7c4f95d64 (patch)
tree4719cc45ce02f3ba66f859eb78554d849bab3d09 /Library
parente7a9f6eb89b55e275e0a260cf182b551df627180 (diff)
downloadbrew-f6091b1c85ca63c592234251bfc018d7c4f95d64.tar.bz2
Specify where to get the CLT package
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 9be391cfd..1a1a6ee72 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -249,7 +249,7 @@ def check_cc
return <<-EOS.undent
Experimental support for using Xcode without the "Command Line Tools".
You have only installed Xcode. If stuff is not building, try installing the
- "Command Line Tools for Xcode" package.
+ "Command Line Tools for Xcode" package provided by Apple.
EOS
else
return <<-EOS.undent