X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FdeleteBatch.php;h=e8839c593e2b25ff0cca5800899378cae68feced;hb=d4ecfc1a5cd83fbd1afce89646376b3937aea299;hp=6c89e671eabecabb364ced4255b9f7efb30d6dc2;hpb=87af058741eac7c63eba52286031645ad5ee8925;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/deleteBatch.php b/maintenance/deleteBatch.php index 6c89e671ea..e8839c593e 100644 --- a/maintenance/deleteBatch.php +++ b/maintenance/deleteBatch.php @@ -39,7 +39,7 @@ class DeleteBatch extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Deletes a batch of pages"; + $this->addDescription( 'Deletes a batch of pages' ); $this->addOption( 'u', "User to perform deletion", false, true ); $this->addOption( 'r', "Reason to delete page", false, true ); $this->addOption( 'i', "Interval to sleep between deletions" );