X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=maintenance%2Fincludes%2FDeleteLocalPasswords.php;h=c9b3b66960a9b3e70dbbfd8452765fe88fbe7180;hb=11bf698158125bdbde2111f3c53dab528e4109e0;hp=a79d9f31701b45034d56af85e3640b49b02f9b3e;hpb=e9a27a78e455de664144d0c3cfc789bcc411fab2;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/includes/DeleteLocalPasswords.php b/maintenance/includes/DeleteLocalPasswords.php index a79d9f3170..c9b3b66960 100644 --- a/maintenance/includes/DeleteLocalPasswords.php +++ b/maintenance/includes/DeleteLocalPasswords.php @@ -50,7 +50,7 @@ class DeleteLocalPasswords extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Deletes local password for users."; + $this->addDescription( "Deletes local password for users." ); $this->setBatchSize( 1000 ); $this->addOption( 'user', 'If specified, only checks the given user', false, true );