aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMike McQuaid2017-02-10 14:56:16 +0000
committerGitHub2017-02-10 14:56:16 +0000
commit1413cd15babcabd024552c083dd14cd2238f1e9d (patch)
tree0ba964aef53ef08167fde49eba5d2a71a0cf7b42 /docs
parentb6265276c8fd28ef08e7bff2468ab5a30c48feb6 (diff)
parent15ac4283e4b3401a2fabc45d17941d32cd61f5ff (diff)
downloadbrew-1413cd15babcabd024552c083dd14cd2238f1e9d.tar.bz2
Merge pull request #1958 from maveonair/tests-cli-help
Fix: Documentation of --only in tests cmd
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 65d669427..c8f6f2b68 100644
--- a/docs/brew.1.html
+++ b/docs/brew.1.html
@@ -610,7 +610,7 @@ launched with access to IRB or a shell inside the temporary test directory.</p>
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>tests</code> [<code>-v</code>] [<code>--coverage</code>] [<code>--generic</code>] [<code>--no-compat</code>] [<code>--only=</code>&lt;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;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>