aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/caveats.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/caveats.rb')
-rw-r--r--Library/Homebrew/caveats.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/caveats.rb b/Library/Homebrew/caveats.rb
index e3ff6332c..0eb5b2af2 100644
--- a/Library/Homebrew/caveats.rb
+++ b/Library/Homebrew/caveats.rb
@@ -97,7 +97,7 @@ class Caveats
if keg and keg.app_installed?
<<-EOS.undent
.app bundles were installed.
- Run `brew linkapps` to symlink these to /Applications.
+ Run `brew linkapps #{keg.name}` to symlink these to /Applications.
EOS
end
end