diff options
Diffstat (limited to 'share')
| -rw-r--r-- | share/doc/homebrew/brew.1.html | 1 | ||||
| -rw-r--r-- | share/man/man1/brew-cask.1 | 2 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 6 |
3 files changed, 7 insertions, 2 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index 7716a5abc..cd475a313 100644 --- a/share/doc/homebrew/brew.1.html +++ b/share/doc/homebrew/brew.1.html @@ -317,6 +317,7 @@ repository's HEAD will be checked for updates when a new stable or devel version has been released.</p></dd> <dt><code>pin</code> <var>formulae</var></dt><dd><p>Pin the specified <var>formulae</var>, preventing them from being upgraded when issuing the <code>brew upgrade</code> command. See also <code>unpin</code>.</p></dd> +<dt><code>postinstall</code> <var>formula</var></dt><dd><p>Rerun the post-install steps for <var>formula</var>.</p></dd> <dt><code>prune</code> [<code>--dry-run</code>]</dt><dd><p>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 <code>/Applications</code> and <code>~/Applications</code> that were previously diff --git a/share/man/man1/brew-cask.1 b/share/man/man1/brew-cask.1 index 483feec5e..dd2bc133c 100644 --- a/share/man/man1/brew-cask.1 +++ b/share/man/man1/brew-cask.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BREW\-CASK" "1" "August 2016" "Homebrew" "brew-cask" +.TH "BREW\-CASK" "1" "September 2016" "Homebrew" "brew-cask" . .SH "NAME" \fBbrew\-cask\fR \- a friendly binary installer for macOS 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\. . |
