X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpurgeOldText.php;h=1b78c7d9d7a460644c9ca61d7459bc8e6d2dbdf0;hb=fb79f30319b9ad2a7eb0f5f4d1668143ec8f963e;hp=3d81e2dfafcb6f8935d7ca46cb71a16e097919bc;hpb=71c0d39d12f140eb49757c991e063daec34b000f;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/purgeOldText.php b/maintenance/purgeOldText.php index 3d81e2dfaf..1b78c7d9d7 100644 --- a/maintenance/purgeOldText.php +++ b/maintenance/purgeOldText.php @@ -32,7 +32,7 @@ require_once __DIR__ . '/Maintenance.php'; class PurgeOldText extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Purge old text records from the database"; + $this->addDescription( 'Purge old text records from the database' ); $this->addOption( 'purge', 'Performs the deletion' ); }