diff options
| author | Mike McQuaid | 2014-02-02 10:11:48 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-02-02 10:11:48 +0000 |
| commit | cb97f3e5d592f03758ace778c1fbb1c9b6209d50 (patch) | |
| tree | d59a4bcb4b3f5d3c587ce17262706656dddd5710 /Library | |
| parent | a88c596361ad1b74c0bb122abf954744a678ac21 (diff) | |
| download | homebrew-cb97f3e5d592f03758ace778c1fbb1c9b6209d50.tar.bz2 | |
caveats: tweak app bundle message.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/caveats.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/caveats.rb b/Library/Homebrew/caveats.rb index fff0b603c..75746a8d2 100644 --- a/Library/Homebrew/caveats.rb +++ b/Library/Homebrew/caveats.rb @@ -63,7 +63,7 @@ class Caveats def app_caveats if keg and keg.app_installed? <<-EOS.undent - .app bundles were installed to #{f.prefix} (or libexec). + .app bundles were installed. Run `brew linkapps` to symlink these to /Applications. EOS end |
