X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FeraseArchivedFile.php;h=2fcdd140ee8871f47a74340ac5396c5b7612aac3;hb=74ac95c0ccdb3b971f57e74084363c86f3155456;hp=69a95e20bd5d5913b24bbb1b12d34d835e23de8e;hpb=764cfa7d85ddfae9f23abd94c3d416fc4680ed0b;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/eraseArchivedFile.php b/maintenance/eraseArchivedFile.php index 69a95e20bd..2fcdd140ee 100644 --- a/maintenance/eraseArchivedFile.php +++ b/maintenance/eraseArchivedFile.php @@ -35,7 +35,7 @@ require_once __DIR__ . '/Maintenance.php'; class EraseArchivedFile extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Erases traces of deleted files."; + $this->addDescription( 'Erases traces of deleted files.' ); $this->addOption( 'delete', 'Perform the deletion' ); $this->addOption( 'filename', 'File name', false, true ); $this->addOption( 'filekey', 'File storage key (with extension) or "*"', true, true );