diff options
| author | Mike McQuaid | 2016-09-08 09:05:00 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-09-08 09:05:00 +0100 |
| commit | ebdb879fe4b0d14bcc92480a3dd193c93f94a23f (patch) | |
| tree | 03b1f4e1fce2db8e58f930800ee97f86e4cb08b7 /share/man/man1/brew.1 | |
| parent | 9586390418dbcb8655bf7c62bb315c2a2090722e (diff) | |
| download | brew-ebdb879fe4b0d14bcc92480a3dd193c93f94a23f.tar.bz2 | |
Add `--help` to all developer commands.
Also, flag those that we never want to be in a manpage.
Diffstat (limited to 'share/man/man1/brew.1')
| -rw-r--r-- | share/man/man1/brew.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index ddd1f23ce..41ba07e6a 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BREW" "1" "August 2016" "Homebrew" "brew" +.TH "BREW" "1" "September 2016" "Homebrew" "brew" . .SH "NAME" \fBbrew\fR \- The missing package manager for OS X @@ -421,6 +421,10 @@ If \fB\-\-fetch\-HEAD\fR is passed, fetch the upstream repository to detect if t Pin the specified \fIformulae\fR, preventing them from being upgraded when issuing the \fBbrew upgrade\fR command\. See also \fBunpin\fR\. . .TP +\fBpostinstall\fR \fIformula\fR +Rerun the post\-install steps for \fIformula\fR\. +. +.TP \fBprune\fR [\fB\-\-dry\-run\fR] Remove dead symlinks from the Homebrew prefix\. This is generally not needed, but can be useful when doing DIY installations\. Also remove broken app symlinks from \fB/Applications\fR and \fB~/Applications\fR that were previously created by \fBbrew linkapps\fR\. . |
