diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 3deb40908..5cb4e1805 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -258,6 +258,11 @@ For the full command list, see the COMMANDS section. <tap> is of the form <user>/<repo>, e.g. `brew tap homebrew/dupes`. + * `tap --repair`: + + Ensures all tapped formula are symlinked into Library/Formula and prunes dead + formula from Library/Formula. + * `test` <formula>: A few formulae provide a test method. `brew test <formula>` runs this test method. There is no standard output or return code, but it should |
