diff options
| author | Mike McQuaid | 2014-01-11 20:26:08 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-11 20:26:08 +0000 |
| commit | 0106cfdefff71293320c20a6bf18033bdf53aa08 (patch) | |
| tree | 17ef13647315f9ae27dab82aa6c9bf914e438c07 /Library | |
| parent | 9259b450f81dd6c7319eddc4addb1478a8bba500 (diff) | |
| download | brew-0106cfdefff71293320c20a6bf18033bdf53aa08.tar.bz2 | |
man: add reinstall command.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 84011e323..e21ec60b3 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -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>. |
