From e88da846934e41c324d1b33ebea72f692f6a9b5c Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Fri, 23 Jan 2009 15:42:49 +0100 Subject: [PATCH] Fixed typo --- src/cron/maintenance.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cron/maintenance.php b/src/cron/maintenance.php index 8ba593c..2700d27 100644 --- a/src/cron/maintenance.php +++ b/src/cron/maintenance.php @@ -156,11 +156,11 @@ function CleanData($optParam1, $optParam2, $optParam3, $optParam4) * cleandata = If you want to clear data from a logstream source, you can use the operation type. * Be carefull using this option, any deletion process cannot be undone! * Sample 1: Delete all data in the logstream with id 2 - * php maintenance.php cleardata 2 all + * php maintenance.php cleandata 2 all * Sample 2: Delete all data older then 60 seconds in the logstream with id 2 - * php maintenance.php cleardata 2 olderthan 60 + * php maintenance.php cleandata 2 olderthan 60 * Sample 3: Delete all data before 2008-11-18 in the logstream with id 2 - * php maintenance.php cleardata 2 date 11 18 2008 + * php maintenance.php cleandata 2 date 11 18 2008 * */