diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index 5dd2209b205098f505bf481b5c1deff56be47a3d..b833d8611f2c97e08680598880928100528f0fe3 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -125,10 +125,12 @@ class BuildError < Homebrew::InstallationError
     puts %["--use-llvm" was specified] if ARGV.include? '--use-llvm'
     puts %["--use-gcc" was specified] if ARGV.include? '--use-gcc'
     Homebrew.dump_build_env e.env
+    puts
     onoe "#{e.to_s.strip} (#{formula_name}.rb:#{error_line})"
     issues = GitHub.issues_for_formula formula_name
+    puts
     if issues.empty?
-      puts "This may help you fix or report the issue if `brew doctor` does not:"
+      puts "This link will help resolve the above errors:"
       puts "    #{Tty.em}#{issues_url}#{Tty.reset}"
     else
       puts "These existing issues may help you:", *issues.map{ |s| "    #{Tty.em}#{s}#{Tty.reset}" }