X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=maintenance%2Fincludes%2FDeleteLocalPasswords.php;h=c9b3b66960a9b3e70dbbfd8452765fe88fbe7180;hb=0e8afecabc6957970325c213aec75267ae45487f;hp=a79d9f31701b45034d56af85e3640b49b02f9b3e;hpb=dd35e1a469b96a787e015dce28adfb5a8b6daa62;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 );