diff options
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 619ceaa4e..8cbbf83fa 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -210,7 +210,7 @@ def check_for_broken_symlinks end end unless broken_symlinks.empty? then <<-EOS.undent - Broken symlinks were found. Remove them with `brew prune': + Broken symlinks were found. Remove them with `brew prune`: #{broken_symlinks * "\n "} EOS end |
