diff --git a/cake/console/libs/console.php b/cake/console/libs/console.php index 9ec3f07cd..5e306af2a 100644 --- a/cake/console/libs/console.php +++ b/cake/console/libs/console.php @@ -68,7 +68,7 @@ class ConsoleShell extends Shell { break; case 'models': $this->out('Model classes:'); - $this->out('--------------'); + $this->hr(); foreach ($this->models as $model) { $this->out(" - {$model}"); } @@ -105,7 +105,7 @@ class ConsoleShell extends Shell { } } - $this->out('----------'); + $this->hr(); } } } @@ -131,4 +131,4 @@ class ConsoleShell extends Shell { exit(0); } } -?> \ No newline at end of file +?>