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/Manpage.md | |
| parent | 93051b27d6886dae6df01544c86df579f21f6410 (diff) | |
| download | brew-0e3f1ab27337338c19996a15e8f1e3b72ec270f1.tar.bz2 | |
Note cases when pinned formulae get upgraded.
Fixes #3021.
Diffstat (limited to 'docs/Manpage.md')
| -rw-r--r-- | docs/Manpage.md | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/docs/Manpage.md b/docs/Manpage.md index 49f6bb5ae..0fbaf7fc7 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -364,7 +364,8 @@ 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` command. See also `unpin`. +    issuing the `brew upgrade `formulae`` command (but can still be upgraded +    as dependencies for other formulae). See also `unpin`.    * `postinstall` `formula`:      Rerun the post-install steps for `formula`. @@ -529,8 +530,8 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note      source. This is useful for creating patches for the software.    * `unpin` `formulae`: -    Unpin `formulae`, allowing them to be upgraded by `brew upgrade`. See also -    `pin`. +    Unpin `formulae`, allowing them to be upgraded by `brew upgrade `formulae``. +    See also `pin`.    * `untap` `tap`:      Remove a tapped repository. | 
