diff options
| author | Adam Vandenberg | 2013-10-29 21:07:21 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-10-29 21:07:21 -0700 |
| commit | f6fde2b6bb7756291ff1497e1d675f649e154611 (patch) | |
| tree | 26eb16d80a4d0f1bc71564ca03ee9aee1307a952 /Library | |
| parent | a0ee1a167ea67a19355bdeabcd66c989add649b4 (diff) | |
| download | homebrew-f6fde2b6bb7756291ff1497e1d675f649e154611.tar.bz2 | |
add unlink apps to manpage and completion
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/brew_bash_completion.sh | 2 | ||||
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Library/Contributions/brew_bash_completion.sh b/Library/Contributions/brew_bash_completion.sh index c55b78925..7861b93b3 100644 --- a/Library/Contributions/brew_bash_completion.sh +++ b/Library/Contributions/brew_bash_completion.sh @@ -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 diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 595c062a2..dea1a7317 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -224,7 +224,7 @@ Note that these flags should only appear after a command. Find all installed formulae that have compiled `.app`-style "application" packages for OS X, and symlink those apps into `/Applications`, allowing for easier access. - + If provided, `--local` will move them into the user's `~/Applications` folder instead of the system folder. It may need to be created, first. @@ -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`. |
