Skip to content

Commit

Permalink
Fixed typo in TestSuiteShell
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyra committed Feb 22, 2012
1 parent e5205a8 commit 98b84ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/TestsuiteShell.php
Expand Up @@ -53,7 +53,7 @@ public function getOptionParser() {
'help' => __d('cake_console', '<file> Log test execution in JUnit XML format to file.'),
'default' => false
))->addOption('log-json', array(
'help' => __d('cake_console', '<file> Log test execution in TAP format to file.'),
'help' => __d('cake_console', '<file> Log test execution in JSON format to file.'),
'default' => false
))->addOption('log-tap', array(
'help' => __d('cake_console', '<file> Log test execution in TAP format to file.'),
Expand Down

0 comments on commit 98b84ce

Please sign in to comment.