aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMike McQuaid2016-10-15 13:37:28 +0100
committerGitHub2016-10-15 13:37:28 +0100
commit44822340f2749dfe5257d2074646e846a82e78d6 (patch)
tree248e7379569adba4f707e7749ee4591cade71f96 /docs
parent13276409a9b08fcbadfed18c25b6fd11af343729 (diff)
parent7ab39e184b2e6e9badc1a5e78a5e196826f2703e (diff)
downloadbrew-44822340f2749dfe5257d2074646e846a82e78d6.tar.bz2
Merge pull request #1277 from MikeMcQuaid/tap-new-command
Rename tap-readme command to tap-new.
Diffstat (limited to 'docs')
-rw-r--r--docs/brew.1.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/brew.1.html b/docs/brew.1.html
index d9216665a..59c29cb3a 100644
--- a/docs/brew.1.html
+++ b/docs/brew.1.html
@@ -567,7 +567,7 @@ Each <patch-source> may be one of:
If <code>--no-publish</code> was passed, do not publish bottles to Bintray.</p>
<dl>
-<dt><code>tap_readme</code> [<code>-v</code>] <var>name</var></dt><dd><p>Generate the README.md file for a new tap.</p></dd>
+<dt><code>tap-new</code> <var>user</var><code>/</code><var>repo</var></dt><dd><p>Generate the template files for a new tap.</p></dd>
<dt><code>test</code> [<code>--devel</code>|<code>--HEAD</code>] [<code>--debug</code>] [<code>--keep-tmp</code>] <var>formula</var></dt><dd><p>Most formulae provide a test method. <code>brew test</code> <var>formula</var> runs this
test method. There is no standard output or return code, but it should
generally indicate to the user if something is wrong with the installed