Browse Source

Fix typo.

mark_story 13 years ago
parent
commit
583bb37df0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Console/Command/TestShell.php

+ 1 - 1
lib/Cake/Console/Command/TestShell.php

@@ -57,7 +57,7 @@ class TestShell extends Shell {
 			'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.'),