Merge pull request #1126 from MikeMcQuaid/update-manpage
Update manpage.
This commit is contained in:
commit
1e6e2d7d39
@ -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 && 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=<sha1></code>] [<code>--before=<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=<commit></code>] [<code>--before=<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=<sha1></code> is passed, use <code><sha1></code> as the start commit.</p>
|
||||
<p>If <code>--commit=<commit></code> is passed, use <code><commit></code> as the start commit.</p>
|
||||
|
||||
<p>If <code>--before=<date></code> is passed, use the commit at <code><date></code> as the
|
||||
start commit.</p>
|
||||
|
@ -752,7 +752,7 @@ Generate the README\.md file for a new tap\.
|
||||
.
|
||||
.TP
|
||||
\fBtest\fR [\fB\-\-devel\fR|\fB\-\-HEAD\fR] [\fB\-\-debug\fR] [\fB\-\-keep\-tmp\fR] \fIformula\fR
|
||||
A few formulae provide a test method\. \fBbrew test\fR \fIformula\fR 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\.
|
||||
Most formulae provide a test method\. \fBbrew test\fR \fIformula\fR 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\.
|
||||
.
|
||||
.IP
|
||||
To test the development or head version of a formula, use \fB\-\-devel\fR or \fB\-\-HEAD\fR\.
|
||||
@ -771,14 +771,14 @@ Example: \fBbrew install jruby && brew test jruby\fR
|
||||
Run Homebrew\'s unit and integration tests\.
|
||||
.
|
||||
.TP
|
||||
\fBupdate\-test\fR [\fB\-\-commit=<sha1>\fR] [\fB\-\-before=<date>\fR] [\fB\-\-keep\-tmp\fR]
|
||||
\fBupdate\-test\fR [\fB\-\-commit=<commit>\fR] [\fB\-\-before=<date>\fR] [\fB\-\-keep\-tmp\fR]
|
||||
Runs a test of \fBbrew update\fR with a new repository clone\.
|
||||
.
|
||||
.IP
|
||||
If no arguments are passed, use \fBorigin/master\fR as the start commit\.
|
||||
.
|
||||
.IP
|
||||
If \fB\-\-commit=<sha1>\fR is passed, use \fB<sha1>\fR as the start commit\.
|
||||
If \fB\-\-commit=<commit>\fR is passed, use \fB<commit>\fR as the start commit\.
|
||||
.
|
||||
.IP
|
||||
If \fB\-\-before=<date>\fR is passed, use the commit at \fB<date>\fR as the start commit\.
|
||||
|
Loading…
x
Reference in New Issue
Block a user