diff options
| author | Jack Nagel | 2015-02-17 21:05:24 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-02-17 21:05:24 -0500 |
| commit | 4f13858fe8af6dc385c2cd80ed127ea05d216180 (patch) | |
| tree | 73d65339a67980eccdce3b9dcadabe9b67c46682 /Library/Homebrew | |
| parent | 8f8e40295c29b89268778c40c2313c668e58d8b5 (diff) | |
| download | brew-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.md | 4 |
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. |
