add unlink apps to manpage and completion
This commit is contained in:
parent
95305e6256
commit
d9f327083b
@ -414,6 +414,7 @@ _brew ()
|
||||
home
|
||||
info abv
|
||||
install
|
||||
linkapps
|
||||
link ln
|
||||
list ls
|
||||
log
|
||||
@ -428,6 +429,7 @@ _brew ()
|
||||
test
|
||||
uninstall remove rm
|
||||
unlink
|
||||
unlinkapps
|
||||
unpin
|
||||
untap
|
||||
update
|
||||
|
@ -331,6 +331,9 @@ Note that these flags should only appear after a command.
|
||||
for temporarily disabling a formula:
|
||||
`brew unlink foo && commands && brew link foo`.
|
||||
|
||||
* `unlinkapps [--local]`:
|
||||
Removes links created by `brew linkapps`.
|
||||
|
||||
* `unpin` <formulae>:
|
||||
Unpin <formulae>, allowing them to be upgraded by `brew upgrade`. See also
|
||||
`pin`.
|
||||
|
@ -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\.
|
||||
.
|
||||
.TP
|
||||
\fBunlinkapps [\-\-local]\fR
|
||||
Removes links created by \fBbrew linkapps\fR\.
|
||||
.
|
||||
.TP
|
||||
\fBunpin\fR \fIformulae\fR
|
||||
Unpin \fIformulae\fR, allowing them to be upgraded by \fBbrew upgrade\fR\. See also \fBpin\fR\.
|
||||
.
|
||||
|
Loading…
x
Reference in New Issue
Block a user