Dump.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 14 Feb 2013 14:27:19 +0000 (22:27 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 14 Feb 2013 14:27:19 +0000 (22:27 +0800)
Export.php

Dump.php
Export.php

index c6cf252..45c53dc 100644 (file)
--- a/Dump.php
+++ b/Dump.php
@@ -50,6 +50,9 @@ require_once 'Pman.php';
 
 class Pman_Admin_Dump extends Pman {
     
+    static $cli_desc = "Dump database ?/ needs more info...";
+    
+    
     function getAuth()
     {
         
index c8d601f..336fdf0 100644 (file)
@@ -50,6 +50,9 @@ require_once 'Pman.php';
 
 class Pman_Admin_Export extends Pman_Admin_Dump {
     
+     static $cli_desc = "Dump database and related files so it could be restored later..";
+    
+    
     function getAuth()
     {