<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,7 +13,7 @@
  *
  * @copyright Copyright 2008, Mark Story.
  * @link http://mark-story.com
- * @version 0.5
+ * @version 0.5.1
  * @author Mark Story &lt;mark@mark-story.com&gt;
  * @license http://www.opensource.org/licenses/mit-license.php The MIT License
  */
@@ -81,8 +81,10 @@ class AclExtrasShell extends Shell {
  */
 	function main() {
 		$out  = __(&quot;Available ACO sync commands:&quot;, true) . &quot;\n&quot;;
-		$out .= &quot;\t - update\n&quot;;
-		$out .= &quot;\t - sync\n&quot;;
+		$out .= &quot;\t - aco_update\n&quot;;
+		$out .= &quot;\t - aco_sync\n&quot;;
+		$out .= &quot;\t - recover \$type\n&quot;;
+		$out .= &quot;\t - verify \$type\n&quot;;
 		$out .= &quot;\t - help\n\n&quot;;
 		$out .= __(&quot;For help, run the 'help' command.  For help on a specific command, run 'help &lt;command&gt;'&quot;, true);
 		$this-&gt;out($out);
@@ -133,7 +135,7 @@ class AclExtrasShell extends Shell {
  **/
 	function aco_sync() {
 		$this-&gt;_clean = true;
-		$this-&gt;update();
+		$this-&gt;aco_update();
 	}
 
 /**</diff>
      <filename>cakephp/shells/acl_extras.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e10b7fba7c3c81692d9665be333ebb06482dee41</id>
    </parent>
  </parents>
  <author>
    <name>Mark Story</name>
    <email>mark@mark-story.com</email>
  </author>
  <url>http://github.com/markstory/story-scribbles/commit/01777828b203c6077bb18e133ba92899c4332edf</url>
  <id>01777828b203c6077bb18e133ba92899c4332edf</id>
  <committed-date>2008-10-27T16:07:14-07:00</committed-date>
  <authored-date>2008-10-27T16:07:14-07:00</authored-date>
  <message>Updating Acl_extras shell.  Fixing API changes in main(). Fixing aco_sync())</message>
  <tree>cc9ae9c7b0cc196b5d24be7bdad8c3a105513ede</tree>
  <committer>
    <name>Mark Story</name>
    <email>mark@mark-story.com</email>
  </committer>
</commit>
