aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMike McQuaid2018-02-05 09:31:17 +0000
committerMike McQuaid2018-02-05 10:59:11 +0000
commit3a2e6b82fd008974c47b87a98c6c7bbf1dcdcea7 (patch)
tree79b037e1d66772c089abc31ea4caaaf4876390b6 /docs
parent62f85cfabbcff722afb406e48e56d5b10e6fc654 (diff)
downloadbrew-3a2e6b82fd008974c47b87a98c6c7bbf1dcdcea7.tar.bz2
Make pinning more robust
Don’t autoremove pins on uninstall or upgrade and note this in the manpage.
Diffstat (limited to 'docs')
-rw-r--r--docs/Manpage.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Manpage.md b/docs/Manpage.md
index 53c41873b..920518376 100644
--- a/docs/Manpage.md
+++ b/docs/Manpage.md
@@ -371,8 +371,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
* `pin` `formulae`:
Pin the specified `formulae`, preventing them from being upgraded when
- issuing the `brew upgrade `formulae command (but can still be upgraded
- as dependencies for other formulae). See also `unpin`.
+ issuing the `brew upgrade `formulae command. See also `unpin`.
* `postinstall` `formula`:
Rerun the post-install steps for `formula`.