Browse Source

fixing helptext for AclShell

Ceeram 14 years ago
parent
commit
767d1afcd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Console/Command/AclShell.php

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

@@ -485,7 +485,7 @@ class AclShell extends Shell {
 					)
 				)
 			))->addSubcommand('initdb', array(
-				'help' => __d('cake_console', 'Initialize the DbAcl tables. Uses this command : cake schema run create DbAcl')
+				'help' => __d('cake_console', 'Initialize the DbAcl tables. Uses this command : cake schema create DbAcl')
 			))->epilog(
 				array(
 					'Node and parent arguments can be in one of the following formats:',