From 603df2f6eca4fcb5e4b6d2a2e9ce60eaa9bd98b7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Oct 2014 13:34:29 +0800 Subject: [PATCH] Prune.php --- Prune.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prune.php b/Prune.php index 0ad41df3..e40a1f38 100644 --- a/Prune.php +++ b/Prune.php @@ -11,7 +11,7 @@ require_once 'Pman.php'; class Pman_Core_Prune extends Pman { //put your code here - static $cli_desc = "COre Prune -- remove old event data (6 months is normally a good idea)."; + static $cli_desc = "Core Prune -- remove old event data (6 months is normally a good idea)."; static $cli_opts = array( 'months' => array( 'desc' => 'How many months', -- 2.39.2