aboutsummaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorMartin Afanasjew2015-12-08 09:11:33 +0100
committerMartin Afanasjew2016-04-06 10:31:54 +0200
commitea38a7039552b27334efad63897bbc3ad2b7263c (patch)
tree054233c5a3b3b6f5986d08f7699dc6423941f19b /share/doc
parentb50e950f0ea2a5fdfc8d312d1a6eb4f4e6240fa0 (diff)
downloadbrew-ea38a7039552b27334efad63897bbc3ad2b7263c.tar.bz2
prune: handle broken app symlinks
Remove broken symlinks from `/Applications` and `~/Applications` that were previously created by `brew linkapps`, but are no longer valid because formulae were uninstalled or the provided apps have changed.
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/homebrew/brew.1.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html
index ed21c8ffb..613d1f1bc 100644
--- a/share/doc/homebrew/brew.1.html
+++ b/share/doc/homebrew/brew.1.html
@@ -267,7 +267,9 @@ valid version is <code>v1</code>.</p></dd>
<dt><code>pin</code> <var>formulae</var></dt><dd><p>Pin the specified <var>formulae</var>, preventing them from being upgraded when
issuing the <code>brew upgrade</code> command. See also <code>unpin</code>.</p></dd>
<dt><code>prune</code> [<code>--dry-run</code>]</dt><dd><p>Remove dead symlinks from the Homebrew prefix. This is generally not
-needed, but can be useful when doing DIY installations.</p>
+needed, but can be useful when doing DIY installations. Also remove broken
+app symlinks from <code>/Applications</code> and <code>~/Applications</code> that were previously
+created by <code>brew linkapps</code>.</p>
<p>If <code>--dry-run</code> or <code>-n</code> is passed, show what would be removed, but do not
actually remove anything.</p></dd>