From 4a9ee8154a13a0bc7b9fa3aea47108b12072ab07 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 20 Sep 2016 11:50:02 +0200 Subject: Simplify `brew man` authors. --- docs/brew.1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/brew.1.html') diff --git a/docs/brew.1.html b/docs/brew.1.html index b6c4be718..c7b9de125 100644 --- a/docs/brew.1.html +++ b/docs/brew.1.html @@ -731,7 +731,7 @@ your shell profile, or you can use it before a brew command:

Homebrew's current maintainers are Misty De Meo, Andrew Janke, Xu Cheng, Tomasz Pajor, Baptiste Fontaine, Zhiming Wang, Brett Koonce, ilovezfs, Martin Afanasjew, Uladzislau Shablinski, Dominyk Tiller, Tim Smith and Alex Dunn.

-

Former maintainers with significant contributions include Jack Nagel, Adam Vandenberg, Max Howell and Homebrew's creator: Max Howell.

+

Former maintainers with significant contributions include Jack Nagel, Adam Vandenberg and Homebrew's creator: Max Howell.

BUGS

-- cgit v1.2.3 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