Merge pull request #3556 from MikeMcQuaid/doctor-no-file-issue
doctor: tell people not to file issues.
This commit is contained in:
		
						commit
						57f30bc1d3
					
				@ -1,6 +1,9 @@
 | 
				
			|||||||
#:  * `doctor`:
 | 
					#:  * `doctor`:
 | 
				
			||||||
#:    Check your system for potential problems. Doctor exits with a non-zero status
 | 
					#:    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:
 | 
					# Undocumented options:
 | 
				
			||||||
#     -D activates debugging and profiling of the audit methods (not the same as --debug)
 | 
					#     -D activates debugging and profiling of the audit methods (not the same as --debug)
 | 
				
			||||||
@ -46,7 +49,7 @@ module Homebrew
 | 
				
			|||||||
        $stderr.puts <<~EOS
 | 
					        $stderr.puts <<~EOS
 | 
				
			||||||
          #{Tty.bold}Please note that these warnings are just used to help the Homebrew maintainers
 | 
					          #{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
 | 
					          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
 | 
					        EOS
 | 
				
			||||||
      end
 | 
					      end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -144,7 +144,10 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  * `doctor`:
 | 
					  * `doctor`:
 | 
				
			||||||
    Check your system for potential problems. Doctor exits with a non-zero status
 | 
					    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`:
 | 
					  * `fetch` [`--force`] [`--retry`] [`-v`] [`--devel`|`--HEAD`] [`--deps`] [`--build-from-source`|`--force-bottle`] `formulae`:
 | 
				
			||||||
    Download the source packages for the given `formulae`.
 | 
					    Download the source packages for the given `formulae`.
 | 
				
			||||||
 | 
				
			|||||||
@ -152,7 +152,7 @@ The options \fB\-\-name=\fR\fIname\fR and \fB\-\-version=\fR\fIversion\fR each t
 | 
				
			|||||||
.
 | 
					.
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
\fBdoctor\fR
 | 
					\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
 | 
					.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
 | 
					\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
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user