From f9b544cc5dadf77e041c8488ab47e50d25731758 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 24 Sep 2016 19:53:35 +0100 Subject: Update manpage. Add some missed changes. I'll add a CI check for this at a future point. --- docs/brew.1.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/brew.1.html') 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:
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.

-- cgit v1.2.3