From ff54d53a8a6caaccc58c9368d6f243ab9e3cb746 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 14 Feb 2013 22:27:19 +0800 Subject: [PATCH] Dump.php Export.php --- Dump.php | 3 +++ Export.php | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Dump.php b/Dump.php index c6cf252..45c53dc 100644 --- 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() { diff --git a/Export.php b/Export.php index c8d601f..336fdf0 100644 --- a/Export.php +++ b/Export.php @@ -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() { -- 2.39.2