diff options
| author | Jack Nagel | 2013-04-13 14:10:08 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-04-13 14:10:08 -0500 |
| commit | 2c55d4169948f67f38cbed646bc9303111cf3e53 (patch) | |
| tree | 82e466521200d56500e3d46c34afd5125cfa9b88 /Library | |
| parent | b1df7d22a92360e841a3f4af12c01c0cb7ac54bb (diff) | |
| download | homebrew-2c55d4169948f67f38cbed646bc9303111cf3e53.tar.bz2 | |
Document brew link --force
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index b01d34e79..b3b4d25f0 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -185,7 +185,7 @@ Note that these flags should only appear after a command. If `--git` is passed, Homebrew will create a Git repository, useful for creating patches to the software. - * `ln`, `link [--overwrite] [--dry-run]` <formula>: + * `ln`, `link [--overwrite] [--dry-run] [--force]` <formula>: Symlink all of <formula>'s installed files into the Homebrew prefix. This is done automatically when you install formula, but can be useful for DIY installations. @@ -197,6 +197,8 @@ Note that these flags should only appear after a command. be linked or which would be deleted by `brew link --overwrite`, but will not actually link or delete any files. + If `--force` is passed, Homebrew will allow keg-only formulae to be linked. + * `ls, list [--unbrewed] [--versions] [--pinned]` [<formulae>]: Without any arguments, list all installed formulae. |
