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`
|
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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user