aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2012-03-18 16:02:31 -0500
committerJack Nagel2012-03-18 16:04:05 -0500
commit8088f6c17b7ab7cdd8f46d3422ae080f844dbaf0 (patch)
tree65fdc59ef1ca39197af46f5679ab6eeffa6ef83c
parent2852b2836da3d8e395a88397c8cf29f72cf03817 (diff)
downloadbrew-8088f6c17b7ab7cdd8f46d3422ae080f844dbaf0.tar.bz2
Document `brew tap` and `brew untap`
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Contributions/manpages/brew.1.md8
-rw-r--r--share/man/man1/brew.14
2 files changed, 10 insertions, 2 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index b96f03b76..e7c63285d 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -247,6 +247,11 @@ For the full command list, see the COMMANDS section.
* `search --macports`|`--fink` <text>:
Search for <text> on the MacPorts or Fink package search page.
+ * `tap` [<tap>]:
+ Tap a new formula repository from GitHub, or list existing taps.
+
+ <tap> is of the form <user>/<repo>, e.g. `brew tap homebrew/dupes`.
+
* `test` <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
@@ -259,6 +264,9 @@ For the full command list, see the COMMANDS section.
Unsymlink <formula> from the Homebrew prefix. This can be useful for
temporarily disabling a formula: `brew unlink foo && commands && brew link foo`.
+ * `untap` <tap>:
+ Remove a tapped repository.
+
* `update [--rebase]`:
Fetch the newest version of Homebrew and all formulae from GitHub using
`git`(1).
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index edbecaf12..176197bdc 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -275,8 +275,8 @@ Perform a substring search of formula names for \fItext\fR\. If \fItext\fR is su
Search for \fItext\fR on the MacPorts or Fink package search page\.
.
.TP
-\fBtap\fR \fItap\fR
-Tap a new formula repository from GitHub\.
+\fBtap\fR [\fItap\fR]
+Tap a new formula repository from GitHub, or list existing taps\.
.
.IP
\fItap\fR is of the form \fIuser\fR/\fIrepo\fR, e\.g\. \fBbrew tap homebrew/dupes\fR\.