Browse Source

Fix incorrect documentation.

mark_story 14 years ago
parent
commit
dffcf048d9
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

@@ -427,7 +427,7 @@ class AclShell extends Shell {
 				'help' => __d('cake_console', 'Check the permissions between an ACO and ARO.'),
 				'parser' => array(
 					'description' => array(
-						__d('cake_console', 'Use this command to grant ACL permissions. Once executed, the ARO specified (and its children, if any) will have ALLOW access to the specified ACO action (and the ACO\'s children, if any).')
+						__d('cake_console', 'Use this command to check ACL permissions.')
 					),
 					'arguments' => array(
 						'aro' => array('help' => __d('cake_console', 'ARO to check.'), 'required' => true),