Browse Source

Fix help text for fixture all.

Mark Story 11 years ago
parent
commit
b4f499fe1a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Console/Command/Task/FixtureTask.php

+ 1 - 1
src/Console/Command/Task/FixtureTask.php

@@ -81,7 +81,7 @@ class FixtureTask extends BakeTask {
 			'help' => __d('cake_console', 'The SQL snippet to use when importing records.'),
 			'default' => '1=1',
 		])->addSubcommand('all', [
-			'help' => __d('cake_console', 'Bake all model files with associations and validation.')
+			'help' => __d('cake_console', 'Bake all fixture files for tables in the chosen connection.')
 		]);
 
 		return $parser;