From 64b45334bb07f45ec50d546f36cfdff06d1f0e13 Mon Sep 17 00:00:00 2001 From: Will Robertson Date: Mon, 30 Aug 2010 21:44:48 +0930 Subject: [PATCH] Improve :provided_by_osx rationale message Signed-off-by: Adam Vandenberg --- Library/Homebrew/install.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/install.rb b/Library/Homebrew/install.rb index 91d1f0861a..c5793c4533 100755 --- a/Library/Homebrew/install.rb +++ b/Library/Homebrew/install.rb @@ -3,7 +3,7 @@ require 'global' def text_for_keg_only_formula f if f.keg_only? == :provided_by_osx - rationale = "This is because the formula is already provided by OS X." + rationale = "Mac OS X already provides this program and installing another version in parallel can cause all kinds of trouble." elsif f.keg_only?.kind_of? String rationale = "The formula provides the following rationale:\n\n#{f.keg_only?.chomp}" else