diff options
| author | CNA-Bld | 2015-07-27 18:56:04 +0800 |
|---|---|---|
| committer | Mike McQuaid | 2015-08-10 12:17:26 +0100 |
| commit | 77ee9bd4465c6b334f3cc547ecdfb6680abb3f83 (patch) | |
| tree | 65742e57c0ab15122d87f643a55a4f6003a5ba4e /Library | |
| parent | 56fcfdbea0014eb93c44d17337a357164fd8d89b (diff) | |
| download | brew-77ee9bd4465c6b334f3cc547ecdfb6680abb3f83.tar.bz2 | |
update man page
Closes Homebrew/homebrew#41736.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/manpages/brew.1.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index 854e66408..9e65dbd6c 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -395,6 +395,13 @@ Note that these flags should only appear after a command. See the docs for examples of using the JSON: <https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Querying-Brew.md> + * `tap-pin` <tap>: + Pin <tap>, prioritizing its formulae over core when formula names are supplied + by the user. See also `tap-unpin`. + + * `tap-unpin` <tap>: + Unpin <tap> so its formulae are no longer prioritized. See also `tap-pin`. + * `test` [--devel|--HEAD] [--debug] <formula>: A few formulae provide a test method. `brew test <formula>` runs this test method. There is no standard output or return code, but it should |
