aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/manpages
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/manpages')
-rw-r--r--Library/Homebrew/manpages/brew.1.md10
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