diff options
| author | Mike McQuaid | 2018-02-05 09:31:17 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2018-02-05 10:59:11 +0000 | 
| commit | 3a2e6b82fd008974c47b87a98c6c7bbf1dcdcea7 (patch) | |
| tree | 79b037e1d66772c089abc31ea4caaaf4876390b6 /manpages | |
| parent | 62f85cfabbcff722afb406e48e56d5b10e6fc654 (diff) | |
| download | brew-3a2e6b82fd008974c47b87a98c6c7bbf1dcdcea7.tar.bz2 | |
Make pinning more robust
Don’t autoremove pins on uninstall or upgrade and note this in the
manpage.
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/brew.1 | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manpages/brew.1 b/manpages/brew.1 index 3e91e0a82..56581bfc0 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -384,7 +384,7 @@ If \fB\-\-fetch\-HEAD\fR is passed, fetch the upstream repository to detect if t  .  .TP  \fBpin\fR \fIformulae\fR -Pin the specified \fIformulae\fR, preventing them from being upgraded when issuing the \fBbrew upgrade <formulae>\fR command (but can still be upgraded as dependencies for other formulae)\. See also \fBunpin\fR\. +Pin the specified \fIformulae\fR, preventing them from being upgraded when issuing the \fBbrew upgrade <formulae>\fR command\. See also \fBunpin\fR\.  .  .TP  \fBpostinstall\fR \fIformula\fR | 
