add unlink apps to manpage and completion

This commit is contained in:
Adam Vandenberg 2013-10-29 21:07:21 -07:00
parent 95305e6256
commit d9f327083b
3 changed files with 10 additions and 1 deletions

View File

@ -414,6 +414,7 @@ _brew ()
home home
info abv info abv
install install
linkapps
link ln link ln
list ls list ls
log log
@ -428,6 +429,7 @@ _brew ()
test test
uninstall remove rm uninstall remove rm
unlink unlink
unlinkapps
unpin unpin
untap untap
update update

View File

@ -331,6 +331,9 @@ Note that these flags should only appear after a command.
for temporarily disabling a formula: for temporarily disabling a formula:
`brew unlink foo && commands && brew link foo`. `brew unlink foo && commands && brew link foo`.
* `unlinkapps [--local]`:
Removes links created by `brew linkapps`.
* `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
`pin`. `pin`.

View File

@ -353,6 +353,10 @@ Example: \fBbrew install jruby && brew test jruby\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\. 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
\fBunlinkapps [\-\-local]\fR
Removes links created by \fBbrew linkapps\fR\.
.
.TP
\fBunpin\fR \fIformulae\fR \fBunpin\fR \fIformulae\fR
Unpin \fIformulae\fR, allowing them to be upgraded by \fBbrew upgrade\fR\. See also \fBpin\fR\. Unpin \fIformulae\fR, allowing them to be upgraded by \fBbrew upgrade\fR\. See also \fBpin\fR\.
. .