X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FmakeTestEdits.php;h=ca2f7c51c985404f8fcc49586b29efcbe77d76da;hb=4dc3ac1c375b3d2eb6172dfef8fdebe71b8c5f43;hp=c6569a0b317f3c13a2f8f8ac649008ef1243aa98;hpb=0db15debb98c8d0b51d41d3dcce1f949d537587b;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/makeTestEdits.php b/maintenance/makeTestEdits.php index c6569a0b31..ca2f7c51c9 100644 --- a/maintenance/makeTestEdits.php +++ b/maintenance/makeTestEdits.php @@ -30,7 +30,7 @@ require_once __DIR__ . '/Maintenance.php'; class MakeTestEdits extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Make test edits for a user"; + $this->addDescription( 'Make test edits for a user' ); $this->addOption( 'user', 'User name', true, true ); $this->addOption( 'count', 'Number of edits', true, true ); $this->addOption( 'namespace', 'Namespace number', false, true );