diff options
| author | Xu Cheng | 2014-12-18 15:13:04 +0800 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-19 16:35:45 +0000 |
| commit | 7bae04d6751e4168bf88477f73632dd36b9d6213 (patch) | |
| tree | 3528323456f94e8b043dce498970cc68bd9458dd /Library/Homebrew/manpages | |
| parent | cc663304e67d2aa032e29bd5505d7bf4581d7f45 (diff) | |
| download | homebrew-7bae04d6751e4168bf88477f73632dd36b9d6213.tar.bz2 | |
(un)linkapps: allow unlink/link specific formulae.
Closes #35080.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew/manpages')
| -rw-r--r-- | Library/Homebrew/manpages/brew.1.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index 4edb54022..35a6755d6 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -234,11 +234,13 @@ Note that these flags should only appear after a command. If `--force` is passed, Homebrew will allow keg-only formulae to be linked. - * `linkapps [--local]`: - Find all installed formulae that have compiled `.app`-style "application" + * `linkapps [--local] [<formulae>]`: + Find installed formulae that have compiled `.app`-style "application" packages for OS X, and symlink those apps into `/Applications`, allowing for easier access. + If no <formulae> are provided, all of them will have their .apps symlinked. + If provided, `--local` will move them into the user's `~/Applications` folder instead of the system folder. It may need to be created, first. @@ -355,9 +357,11 @@ Note that these flags should only appear after a command. for temporarily disabling a formula: `brew unlink foo && commands && brew link foo`. - * `unlinkapps [--local]`: + * `unlinkapps [--local] [<formulae>]`: Removes links created by `brew linkapps`. + If no <formulae> are provided, all linked app will be removed. + * `unpack [--git|--patch] [--destdir=<path>]` <formulae>: Unpack the source files for <formulae> into subdirectories of the current |
