diff options
| author | Mike McQuaid | 2017-12-11 15:27:18 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2017-12-11 15:27:18 +0000 | 
| commit | 5f471ee289ae9db2f20b42160a80233f556004e1 (patch) | |
| tree | cc206791f61a76afc06ca9267a75c5674c1dbe17 | |
| parent | 236e884511495f466c766b2913cde66099a26e1c (diff) | |
| download | brew-5f471ee289ae9db2f20b42160a80233f556004e1.tar.bz2 | |
doctor: tell people not to file issues.
This stuff doesn't matter.
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 7 | ||||
| -rw-r--r-- | docs/Manpage.md | 5 | ||||
| -rw-r--r-- | manpages/brew.1 | 2 | 
3 files changed, 10 insertions, 4 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 diff --git a/docs/Manpage.md b/docs/Manpage.md index 528798f47..a5a5f6f6d 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -144,7 +144,10 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note    * `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.    * `fetch` [`--force`] [`--retry`] [`-v`] [`--devel`|`--HEAD`] [`--deps`] [`--build-from-source`|`--force-bottle`] `formulae`:      Download the source packages for the given `formulae`. diff --git a/manpages/brew.1 b/manpages/brew.1 index 42da906f3..78554d10f 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -152,7 +152,7 @@ The options \fB\-\-name=\fR\fIname\fR and \fB\-\-version=\fR\fIversion\fR each t  .  .TP  \fBdoctor\fR -Check your system for potential problems\. Doctor exits with a non\-zero status if any problems are found\. +Check your system for potential problems\. Doctor exits with a non\-zero status 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\.  .  .TP  \fBfetch\fR [\fB\-\-force\fR] [\fB\-\-retry\fR] [\fB\-v\fR] [\fB\-\-devel\fR|\fB\-\-HEAD\fR] [\fB\-\-deps\fR] [\fB\-\-build\-from\-source\fR|\fB\-\-force\-bottle\fR] \fIformulae\fR | 
