man: add reinstall command.

This commit is contained in:
Mike McQuaid 2014-01-11 20:26:08 +00:00
parent 9259b450f8
commit 0106cfdeff
2 changed files with 7 additions and 0 deletions

View File

@ -275,6 +275,9 @@ Note that these flags should only appear after a command.
Remove dead symlinks from the Homebrew prefix. This is generally not
needed, but can be useful when doing DIY installations.
* `reinstall` <formula>:
Uninstall then install <formula>
* `rm`, `remove`, `uninstall [--force]` <formula>:
Uninstall <formula>.

View File

@ -300,6 +300,10 @@ Pin the specified \fIformulae\fR, preventing them from being upgraded when issui
Remove dead symlinks from the Homebrew prefix\. This is generally not needed, but can be useful when doing DIY installations\.
.
.TP
\fBreinstall\fR \fIformula\fR
Uninstall then install \fIformula\fR
.
.TP
\fBrm\fR, \fBremove\fR, \fBuninstall [\-\-force]\fR \fIformula\fR
Uninstall \fIformula\fR\.
.