diff options
| author | Mike McQuaid | 2016-10-13 13:41:53 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-10-15 12:32:34 +0100 |
| commit | f435adc2d00f4e5f91390de423f113168efe72ac (patch) | |
| tree | 1b8cf0b84062479d96f18fc9645467cd269bf018 /docs | |
| parent | 13276409a9b08fcbadfed18c25b6fd11af343729 (diff) | |
| download | brew-f435adc2d00f4e5f91390de423f113168efe72ac.tar.bz2 | |
Rename tap-readme command to tap-new.
Write the README but also a `.travis.yml` file (and in future perhaps a
`Jenkinsfile`).
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/brew.1.html | 2 |
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 |
