aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMike McQuaid2016-09-24 20:07:02 +0100
committerGitHub2016-09-24 20:07:02 +0100
commit1e6e2d7d3905c93c0c0358e1600c04e784f4a49c (patch)
treef9405ca5fff89e4259b0d27dca834e2f0496897e /docs
parent67a7417a6869dc4624ecdada0b96253470f3a2ed (diff)
parentf9b544cc5dadf77e041c8488ab47e50d25731758 (diff)
downloadbrew-1e6e2d7d3905c93c0c0358e1600c04e784f4a49c.tar.bz2
Merge pull request #1126 from MikeMcQuaid/update-manpage
Update manpage.
Diffstat (limited to 'docs')
-rw-r--r--docs/brew.1.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/brew.1.html b/docs/brew.1.html
index c7b9de125..1aee073c1 100644
--- a/docs/brew.1.html
+++ b/docs/brew.1.html
@@ -552,7 +552,7 @@ Each <patch-source> may be one of:
<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>test</code> [<code>--devel</code>|<code>--HEAD</code>] [<code>--debug</code>] [<code>--keep-tmp</code>] <var>formula</var></dt><dd><p>A few formulae provide a test method. <code>brew test</code> <var>formula</var> runs this
+<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
formula.</p>
@@ -568,11 +568,11 @@ not deleted.</p>
<p>Example: <code>brew install jruby &amp;&amp; brew test jruby</code></p></dd>
<dt><code>tests</code> [<code>-v</code>] [<code>--coverage</code>] [<code>--generic</code>] [<code>--no-compat</code>] [<code>--only=</code><test_script/test_method>] [<code>--seed</code> <var>seed</var>] [<code>--trace</code>] [<code>--online</code>] [<code>--official-cmd-taps</code>]</dt><dd><p>Run Homebrew's unit and integration tests.</p></dd>
-<dt><code>update-test</code> [<code>--commit=&lt;sha1></code>] [<code>--before=&lt;date></code>] [<code>--keep-tmp</code>]</dt><dd><p>Runs a test of <code>brew update</code> with a new repository clone.</p>
+<dt><code>update-test</code> [<code>--commit=&lt;commit></code>] [<code>--before=&lt;date></code>] [<code>--keep-tmp</code>]</dt><dd><p>Runs a test of <code>brew update</code> with a new repository clone.</p>
<p>If no arguments are passed, use <code>origin/master</code> as the start commit.</p>
-<p>If <code>--commit=&lt;sha1></code> is passed, use <code>&lt;sha1></code> as the start commit.</p>
+<p>If <code>--commit=&lt;commit></code> is passed, use <code>&lt;commit></code> as the start commit.</p>
<p>If <code>--before=&lt;date></code> is passed, use the commit at <code>&lt;date></code> as the
start commit.</p>