diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/caveats.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/caveats.rb b/Library/Homebrew/caveats.rb index 526cb8a1c..4fe451ead 100644 --- a/Library/Homebrew/caveats.rb +++ b/Library/Homebrew/caveats.rb @@ -94,6 +94,10 @@ class Caveats else s << " launchctl load #{plist_link}" end + if f.plist_manual + s << "Or, if you don't want/need launchctl, you can just run:" + s << " #{f.plist_manual}" + end end s << '' << "WARNING: launchctl will fail when run under tmux." if ENV['TMUX'] end |
