diff --git a/lib/Cake/Console/Command/TestShell.php b/lib/Cake/Console/Command/TestShell.php index ccec6a071..6d991d930 100644 --- a/lib/Cake/Console/Command/TestShell.php +++ b/lib/Cake/Console/Command/TestShell.php @@ -1,6 +1,6 @@ name); $parser->description(array( __d('cake_console', 'The CakePHP Testsuite allows you to run test cases from the command line'), - __d('cake_console', 'Accepts'), - __d('cake_console', ' - path to a file'), - __d('cake_console', ' - path to a test file'), - __d('cake_console', ' - (syntax used until 2.0)') ))->addArgument('file', array( 'help' => __d('cake_console', 'The path to the file, or test file, to test.'), 'required' => false,