diff options
| author | Mike McQuaid | 2014-10-19 14:09:47 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-10-19 14:09:47 +0100 |
| commit | 7b08f898a7e14c870e376628a1485f3b0cc89fe9 (patch) | |
| tree | 2c76aa6170adede627eda5e9e51e1909d0fa498e | |
| parent | fdc75115bd3b611ff13f6c371ff84e40df77356a (diff) | |
| download | brew-7b08f898a7e14c870e376628a1485f3b0cc89fe9.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.
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 2 |
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? |
