Skip to content

Commit

Permalink
Fix incorrect documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 24, 2011
1 parent 8272758 commit dffcf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/AclShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ public function getOptionParser() {
'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),
Expand Down

0 comments on commit dffcf04

Please sign in to comment.