diff options
| author | Mike McQuaid | 2017-08-11 17:23:11 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2017-08-11 17:23:11 +0100 | 
| commit | 0e3f1ab27337338c19996a15e8f1e3b72ec270f1 (patch) | |
| tree | 6b33641bd055ce80ffd6ef5770ec556cadc59fa0 /docs/FAQ.md | |
| parent | 93051b27d6886dae6df01544c86df579f21f6410 (diff) | |
| download | brew-0e3f1ab27337338c19996a15e8f1e3b72ec270f1.tar.bz2 | |
Note cases when pinned formulae get upgraded.
Fixes #3021.
Diffstat (limited to 'docs/FAQ.md')
| -rw-r--r-- | docs/FAQ.md | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index 23f53d54c..788c49626 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -26,6 +26,8 @@ To allow that formulae to update again:      brew unpin <formula> +Note that pinned, outdated formulae that are depended on by another formula will be upgraded when required as we do not allow formulae to be built against non-latest versions. +  ## How do I uninstall old versions of a formula?  By default, Homebrew does not uninstall old versions of a formula, so  over time you will accumulate old versions. To remove them, simply use:  | 
