From 98b84ce40bacf571658f96306ef0531c78316972 Mon Sep 17 00:00:00 2001 From: Stef van den Ham Date: Wed, 22 Feb 2012 09:38:59 +0100 Subject: [PATCH] Fixed typo in TestSuiteShell --- lib/Cake/Console/Command/TestsuiteShell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Console/Command/TestsuiteShell.php b/lib/Cake/Console/Command/TestsuiteShell.php index 39d54962a..1d1514f6f 100644 --- a/lib/Cake/Console/Command/TestsuiteShell.php +++ b/lib/Cake/Console/Command/TestsuiteShell.php @@ -53,7 +53,7 @@ class TestsuiteShell extends TestShell { 'help' => __d('cake_console', ' Log test execution in JUnit XML format to file.'), 'default' => false ))->addOption('log-json', array( - 'help' => __d('cake_console', ' Log test execution in TAP format to file.'), + 'help' => __d('cake_console', ' Log test execution in JSON format to file.'), 'default' => false ))->addOption('log-tap', array( 'help' => __d('cake_console', ' Log test execution in TAP format to file.'),