aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-10-19 14:09:47 +0100
committerMike McQuaid2014-10-19 14:09:47 +0100
commit17113e5e1aa614f9faa00947fc44880617b62ff5 (patch)
tree0e4435d766d67296c8b0df3cfa719d5919c9cbca /Library
parent6d31273565d3be84e52729bbf475e58a5ec5ae29 (diff)
downloadhomebrew-17113e5e1aa614f9faa00947fc44880617b62ff5.tar.bz2
formula_installer: tweak argument migration warn.
Make it clear that we've done the right thing and this message is just for informational purposes.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index 381b44b3a..5df17c829 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -153,7 +153,7 @@ class FormulaInstaller
f.active_spec.deprecated_flags.each do |deprecated_option|
old_flag = deprecated_option.old_flag
new_flag = deprecated_option.current_flag
- opoo "#{f.name}: #{old_flag} is deprecated; use #{new_flag} instead!"
+ opoo "#{f.name}: #{old_flag} was deprecated; using #{new_flag} instead!"
end
oh1 "Installing #{Tty.green}#{f.name}#{Tty.reset}" if show_header?