diff options
| author | Jack Nagel | 2015-02-17 21:05:24 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-02-17 21:05:24 -0500 |
| commit | 27be1fbdc251aa36224691cbecd34865b6ff244c (patch) | |
| tree | 228cb88bb6f7c0b6cfa0a35d559ba445ae9b1489 /Library/Homebrew/manpages/brew.1.md | |
| parent | 031cfc28a9fe7232a4a3b9b84238eae98237b5b7 (diff) | |
| download | homebrew-27be1fbdc251aa36224691cbecd34865b6ff244c.tar.bz2 | |
Fix a couple of formatting issues in man page
Diffstat (limited to 'Library/Homebrew/manpages/brew.1.md')
| -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. |
