mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
man: add reinstall command.
This commit is contained in:
parent
9259b450f8
commit
0106cfdeff
@ -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>.
|
||||
|
||||
|
@ -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\.
|
||||
.
|
||||
|
Loading…
x
Reference in New Issue
Block a user