Merge pull request #3616 from MikeMcQuaid/existing-install-options
reinstall/upgrade: document use of options.
This commit is contained in:
		
						commit
						c449bdb92c
					
				@ -1,5 +1,5 @@
 | 
			
		||||
#:  * `reinstall` <formula>:
 | 
			
		||||
#:    Uninstall and then install <formula>.
 | 
			
		||||
#:    Uninstall and then install <formula> (with existing install options).
 | 
			
		||||
 | 
			
		||||
require "formula_installer"
 | 
			
		||||
require "development_tools"
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
#:  * `upgrade` [<install-options>] [`--cleanup`] [`--fetch-HEAD`] [<formulae>]:
 | 
			
		||||
#:    Upgrade outdated, unpinned brews.
 | 
			
		||||
#:    Upgrade outdated, unpinned brews (with existing install options).
 | 
			
		||||
#:
 | 
			
		||||
#:    Options for the `install` command are also valid here.
 | 
			
		||||
#:
 | 
			
		||||
 | 
			
		||||
@ -397,7 +397,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
 | 
			
		||||
    all formulae or to determine if any current formulae have Ruby issues.
 | 
			
		||||
 | 
			
		||||
  * `reinstall` `formula`:
 | 
			
		||||
    Uninstall and then install `formula`.
 | 
			
		||||
    Uninstall and then install `formula` (with existing install options).
 | 
			
		||||
 | 
			
		||||
  * `search`, `-S`:
 | 
			
		||||
    Display all locally available formulae for brewing (including tapped ones).
 | 
			
		||||
@ -569,7 +569,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
 | 
			
		||||
    or committed changes.
 | 
			
		||||
 | 
			
		||||
  * `upgrade` [`install-options`] [`--cleanup`] [`--fetch-HEAD`] [`formulae`]:
 | 
			
		||||
    Upgrade outdated, unpinned brews.
 | 
			
		||||
    Upgrade outdated, unpinned brews (with existing install options).
 | 
			
		||||
 | 
			
		||||
    Options for the `install` command are also valid here.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -406,7 +406,7 @@ This can be useful for debugging issues across all formulae when making signific
 | 
			
		||||
.
 | 
			
		||||
.TP
 | 
			
		||||
\fBreinstall\fR \fIformula\fR
 | 
			
		||||
Uninstall and then install \fIformula\fR\.
 | 
			
		||||
Uninstall and then install \fIformula\fR (with existing install options)\.
 | 
			
		||||
.
 | 
			
		||||
.TP
 | 
			
		||||
\fBsearch\fR, \fB\-S\fR
 | 
			
		||||
@ -584,7 +584,7 @@ Fetches and resets Homebrew and all tap repositories using \fBgit\fR(1) to their
 | 
			
		||||
.
 | 
			
		||||
.TP
 | 
			
		||||
\fBupgrade\fR [\fIinstall\-options\fR] [\fB\-\-cleanup\fR] [\fB\-\-fetch\-HEAD\fR] [\fIformulae\fR]
 | 
			
		||||
Upgrade outdated, unpinned brews\.
 | 
			
		||||
Upgrade outdated, unpinned brews (with existing install options)\.
 | 
			
		||||
.
 | 
			
		||||
.IP
 | 
			
		||||
Options for the \fBinstall\fR command are also valid here\.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user