Skip to content

Commit

Permalink
Improve docs for AclShell.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 8, 2013
1 parent 91319bb commit eee37bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Console/Command/AclShell.php
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ public function getOptionParser() {
'help' => __d('cake_console', 'Create a new ACL node'),
'parser' => array(
'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(
'type' => $type,
'parent' => array(
Expand Down

0 comments on commit eee37bb

Please sign in to comment.