X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpurgeChangedFiles.php;h=4f10b6ecc7f114967d95b59936145a939b13d245;hb=59db24e90bc6027cb8bf2756eb8cb52230d24966;hp=b98e95f4b676b931ea75ff7109fb788184f5d31b;hpb=e35e90f7d222b21f568d61ccaf9d7f1ab9530e60;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/purgeChangedFiles.php b/maintenance/purgeChangedFiles.php index b98e95f4b6..4f10b6ecc7 100644 --- a/maintenance/purgeChangedFiles.php +++ b/maintenance/purgeChangedFiles.php @@ -61,7 +61,7 @@ class PurgeChangedFiles extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Scan the logging table and purge files and thumbnails."; + $this->addDescription( 'Scan the logging table and purge files and thumbnails.' ); $this->addOption( 'starttime', 'Starting timestamp', true, true ); $this->addOption( 'endtime', 'Ending timestamp', true, true ); $this->addOption( 'type', 'Comma-separated list of types of changes to send purges for (' .