diff --git a/lib/Cake/Console/Command/TestsuiteShell.php b/lib/Cake/Console/Command/TestsuiteShell.php
index 860662b9e..05572c91c 100644
--- a/lib/Cake/Console/Command/TestsuiteShell.php
+++ b/lib/Cake/Console/Command/TestsuiteShell.php
@@ -42,8 +42,7 @@ class TestsuiteShell extends TestShell {
$parser = parent::getOptionParser();
$parser->description(array(
__d('cake_console', 'The CakePHP Testsuite allows you to run test cases from the command line'),
- __d('cake_console', 'This shell is for backwards-compatibility only'),
- __d('cake_console', 'use the test shell instead')
+ __d('cake_console', "This shell is for backwards-compatibility only\nuse the test shell instead"),
));
return $parser;