verbage
This commit is contained in:
parent
31348c34ae
commit
96175fae20
@ -298,8 +298,9 @@ Note that these flags should only appear after a command.
|
||||
Example: `brew install jruby && brew test jruby`
|
||||
|
||||
* `unlink` <formula>:
|
||||
Unsymlink <formula> from the Homebrew prefix. This can be useful for
|
||||
temporarily disabling a formula: `brew unlink foo && commands && brew link foo`.
|
||||
Remove symlinks for <formula> from the Homebrew prefix. This can be useful
|
||||
for temporarily disabling a formula:
|
||||
`brew unlink foo && commands && brew link foo`.
|
||||
|
||||
* `unpin` <formulae>:
|
||||
Unpin <formulae>, allowing them to be upgraded by `brew upgrade`. See also
|
||||
|
||||
@ -325,7 +325,7 @@ Example: \fBbrew install jruby && brew test jruby\fR
|
||||
.
|
||||
.TP
|
||||
\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
|
||||
\fBunpin\fR \fIformulae\fR
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user