diff options
Diffstat (limited to 'Library')
| -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. | 
