Improve docs for AclShell.

This commit is contained in:
mark_story 2013-05-07 21:57:06 -04:00
parent 91319bbe7b
commit eee37bb04e

View file

@ -377,6 +377,7 @@ class AclShell extends AppShell {
'help' => __d('cake_console', 'Create a new ACL node'), 'help' => __d('cake_console', 'Create a new ACL node'),
'parser' => array( 'parser' => array(
'description' => __d('cake_console', 'Creates a new ACL object <node> under the parent'), 'description' => __d('cake_console', 'Creates a new ACL object <node> under the parent'),
'epilog' => __d('cake_console', 'You can use `root` as the parent when creating nodes to create top level nodes.'),
'arguments' => array( 'arguments' => array(
'type' => $type, 'type' => $type,
'parent' => array( 'parent' => array(