mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Improve docs for AclShell.
This commit is contained in:
parent
91319bbe7b
commit
eee37bb04e
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Reference in a new issue