Skip to content
Snippets Groups Projects
Commit 96175fae authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

verbage

parent 31348c34
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment