X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FreassignEdits.php;h=4d3baaf2c8ae7bce70234ff4301bbcefc89c5117;hb=2a7afe7669596d5d8a5677e2406f903bf93356a0;hp=e68937acbe9c6800167fcf0937a94c449942f702;hpb=87af058741eac7c63eba52286031645ad5ee8925;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/reassignEdits.php b/maintenance/reassignEdits.php index e68937acbe..4d3baaf2c8 100644 --- a/maintenance/reassignEdits.php +++ b/maintenance/reassignEdits.php @@ -34,7 +34,7 @@ require_once __DIR__ . '/Maintenance.php'; class ReassignEdits extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Reassign edits from one user to another"; + $this->addDescription( 'Reassign edits from one user to another' ); $this->addOption( "force", "Reassign even if the target user doesn't exist" ); $this->addOption( "norc", "Don't update the recent changes table" ); $this->addOption( "report", "Print out details of what would be changed, but don't update it" );