aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/caveats.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-06-23 14:31:14 +0100
committerMike McQuaid2013-06-23 14:31:43 +0100
commitf830d3923209e7ff87422b4f4e6d2648d77c4aac (patch)
tree3eff69b52d9dc46c5342cfb21e4bfb71fd713b09 /Library/Homebrew/caveats.rb
parent79a69b9b46f5efa3a370e24b652314f837abdc03 (diff)
downloadhomebrew-f830d3923209e7ff87422b4f4e6d2648d77c4aac.tar.bz2
caveats: tweak reload wording.
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 87b86b987..466d0b0b5 100644
--- a/Library/Homebrew/caveats.rb
+++ b/Library/Homebrew/caveats.rb
@@ -78,7 +78,7 @@ class Caveats
s << " #{f.plist_manual}"
end
elsif Kernel.system "/bin/launchctl list #{plist_domain} &>/dev/null"
- s << "You should reload #{f.name}:"
+ s << "To reload #{f.name} after an upgrade:"
if f.plist_startup
s << " sudo launchctl unload #{plist_link}"
s << " sudo cp -fv #{HOMEBREW_PREFIX}/opt/#{f.name}/*.plist #{destination}"