From 8ce4ca1de32a27e3cf606091b47619c70bdd8c1a Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Mon, 12 Sep 2016 09:09:23 -0400 Subject: [PATCH] test-bot: fix summary --- Library/Homebrew/dev-cmd/test-bot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/test-bot.rb b/Library/Homebrew/dev-cmd/test-bot.rb index 2b0e809c1f..77239db62d 100644 --- a/Library/Homebrew/dev-cmd/test-bot.rb +++ b/Library/Homebrew/dev-cmd/test-bot.rb @@ -1,6 +1,6 @@ #: @hide_from_man_page #: * `test-bot` [options] : -#: Creates a pull request to boneyard a formula. +#: Tests the full lifecycle of a formula or Homebrew/brew change. #: #: If `--dry-run` is passed, print what would be done rather than doing #: it.