aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMike McQuaid2017-12-11 15:27:18 +0000
committerMike McQuaid2017-12-11 15:27:18 +0000
commit5f471ee289ae9db2f20b42160a80233f556004e1 (patch)
treecc206791f61a76afc06ca9267a75c5674c1dbe17 /Library/Homebrew
parent236e884511495f466c766b2913cde66099a26e1c (diff)
downloadbrew-5f471ee289ae9db2f20b42160a80233f556004e1.tar.bz2
doctor: tell people not to file issues.
This stuff doesn't matter.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cmd/doctor.rb7
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 7b1778e63..5ff8aa4eb 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -1,6 +1,9 @@
#: * `doctor`:
#: Check your system for potential problems. Doctor exits with a non-zero status
-#: if any problems are found.
+#: if any potential problems are found. Please note that these warnings are just
+#: used to help the Homebrew maintainers with debugging if you file an issue. If
+#: everything you use Homebrew for is working fine: please don't worry or file
+#: an issue; just ignore this.
# Undocumented options:
# -D activates debugging and profiling of the audit methods (not the same as --debug)
@@ -46,7 +49,7 @@ module Homebrew
$stderr.puts <<~EOS
#{Tty.bold}Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
- working fine: please don't worry and just ignore them. Thanks!#{Tty.reset}
+ working fine: please don't worry or file an issue; just ignore this. Thanks!#{Tty.reset}
EOS
end