diff --git a/docs/brew.1.html b/docs/brew.1.html index c7b9de1255..1aee073c14 100644 --- a/docs/brew.1.html +++ b/docs/brew.1.html @@ -552,7 +552,7 @@ Each <patch-source> may be one of:
tap_readme [-v] name

Generate the README.md file for a new tap.

-
test [--devel|--HEAD] [--debug] [--keep-tmp] formula

A few formulae provide a test method. brew test formula runs this +

test [--devel|--HEAD] [--debug] [--keep-tmp] formula

Most formulae provide a test method. brew test formula 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.

@@ -568,11 +568,11 @@ not deleted.

Example: brew install jruby && brew test jruby

tests [-v] [--coverage] [--generic] [--no-compat] [--only=] [--seed seed] [--trace] [--online] [--official-cmd-taps]

Run Homebrew's unit and integration tests.

-
update-test [--commit=<sha1>] [--before=<date>] [--keep-tmp]

Runs a test of brew update with a new repository clone.

+
update-test [--commit=<commit>] [--before=<date>] [--keep-tmp]

Runs a test of brew update with a new repository clone.

If no arguments are passed, use origin/master as the start commit.

-

If --commit=<sha1> is passed, use <sha1> as the start commit.

+

If --commit=<commit> is passed, use <commit> as the start commit.

If --before=<date> is passed, use the commit at <date> as the start commit.

diff --git a/manpages/brew.1 b/manpages/brew.1 index 25b1b80b71..55f1500943 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -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=\fR] [\fB\-\-before=\fR] [\fB\-\-keep\-tmp\fR] +\fBupdate\-test\fR [\fB\-\-commit=\fR] [\fB\-\-before=\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=\fR is passed, use \fB\fR as the start commit\. +If \fB\-\-commit=\fR is passed, use \fB\fR as the start commit\. . .IP If \fB\-\-before=\fR is passed, use the commit at \fB\fR as the start commit\.