Browse Source

Improve docs for AclShell.

mark_story 13 years ago
parent
commit
eee37bb04e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/Cake/Console/Command/AclShell.php

+ 1 - 0
lib/Cake/Console/Command/AclShell.php

@@ -377,6 +377,7 @@ class AclShell extends AppShell {
 				'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(