diff --git a/lib/Cake/Console/Command/TestsuiteShell.php b/lib/Cake/Console/Command/TestsuiteShell.php index 39d54962aec..1d1514f6f37 100644 --- a/lib/Cake/Console/Command/TestsuiteShell.php +++ b/lib/Cake/Console/Command/TestsuiteShell.php @@ -53,7 +53,7 @@ public function getOptionParser() { '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.'),