This commit is contained in:
Adam Vandenberg 2013-08-14 22:24:38 -07:00
parent 31348c34ae
commit 96175fae20
2 changed files with 4 additions and 3 deletions

View File

@ -298,8 +298,9 @@ Note that these flags should only appear after a command.
Example: `brew install jruby && brew test jruby` Example: `brew install jruby && brew test jruby`
* `unlink` <formula>: * `unlink` <formula>:
Unsymlink <formula> from the Homebrew prefix. This can be useful for Remove symlinks for <formula> from the Homebrew prefix. This can be useful
temporarily disabling a formula: `brew unlink foo && commands && brew link foo`. for temporarily disabling a formula:
`brew unlink foo && commands && brew link foo`.
* `unpin` <formulae>: * `unpin` <formulae>:
Unpin <formulae>, allowing them to be upgraded by `brew upgrade`. See also Unpin <formulae>, allowing them to be upgraded by `brew upgrade`. See also

View File

@ -325,7 +325,7 @@ Example: \fBbrew install jruby && brew test jruby\fR
. .
.TP .TP
\fBunlink\fR \fIformula\fR \fBunlink\fR \fIformula\fR
Unsymlink \fIformula\fR from the Homebrew prefix\. This can be useful for temporarily disabling a formula: \fBbrew unlink foo && commands && brew link foo\fR\. Remove symlinks for \fIformula\fR from the Homebrew prefix\. This can be useful for temporarily disabling a formula: \fBbrew unlink foo && commands && brew link foo\fR\.
. .
.TP .TP
\fBunpin\fR \fIformulae\fR \fBunpin\fR \fIformulae\fR