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 /share/man | |
| parent | b1df7d22a92360e841a3f4af12c01c0cb7ac54bb (diff) | |
| download | homebrew-2c55d4169948f67f38cbed646bc9303111cf3e53.tar.bz2 | |
Document brew link --force
Diffstat (limited to 'share/man')
| -rw-r--r-- | share/man/man1/brew.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 39578bd2b..16954570b 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -208,7 +208,7 @@ Download and patch \fIformula\fR, then open a shell\. This allows the user to ru If \fB\-\-git\fR is passed, Homebrew will create a Git repository, useful for creating patches to the software\. . .TP -\fBln\fR, \fBlink [\-\-overwrite] [\-\-dry\-run]\fR \fIformula\fR +\fBln\fR, \fBlink [\-\-overwrite] [\-\-dry\-run] [\-\-force]\fR \fIformula\fR Symlink all of \fIformula\fR\'s installed files into the Homebrew prefix\. This is done automatically when you install formula, but can be useful for DIY installations\. . .IP @@ -217,6 +217,9 @@ If \fB\-\-overwrite\fR is passed, Homebrew will delete files which already exist .IP If \fB\-\-dry\-run\fR or \fB\-n\fR is passed, Homebrew will list all files which would be linked or which would be deleted by \fBbrew link \-\-overwrite\fR, but will not actually link or delete any files\. . +.IP +If \fB\-\-force\fR is passed, Homebrew will allow keg\-only formulae to be linked\. +. .TP \fBls, list [\-\-unbrewed] [\-\-versions] [\-\-pinned]\fR [\fIformulae\fR] Without any arguments, list all installed formulae\. |
