aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2015-02-17 21:05:24 -0500
committerJack Nagel2015-02-17 21:05:24 -0500
commit4f13858fe8af6dc385c2cd80ed127ea05d216180 (patch)
tree73d65339a67980eccdce3b9dcadabe9b67c46682 /Library/Homebrew
parent8f8e40295c29b89268778c40c2313c668e58d8b5 (diff)
downloadbrew-4f13858fe8af6dc385c2cd80ed127ea05d216180.tar.bz2
Fix a couple of formatting issues in man page
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/manpages/brew.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md
index 34cf8dd6a..3be5acadd 100644
--- a/Library/Homebrew/manpages/brew.1.md
+++ b/Library/Homebrew/manpages/brew.1.md
@@ -237,7 +237,7 @@ 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] [<formulae>]`:
+ * `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.
@@ -360,7 +360,7 @@ Note that these flags should only appear after a command.
for temporarily disabling a formula:
`brew unlink foo && commands && brew link foo`.
- * `unlinkapps [--local] [<formulae>]`:
+ * `unlinkapps [--local]` [<formulae>]:
Removes links created by `brew linkapps`.
If no <formulae> are provided, all linked app will be removed.