diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index ac26bbd3e0..38515c5053 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -208,7 +208,7 @@ def check_for_latest_xcode else "4.3" end if MacOS.xcode_version < latest_xcode then <<-EOS.undent - Your Xcode version is outdated + You have Xcode-#{MacOS.xcode_version}, which is outdated. Please install Xcode #{latest_xcode}. EOS end