X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FgetLagTimes.php;h=c2c6958733a33975688796c1c0d523dd7b18c9a1;hb=9e76649693ead86fb3d2278e4b9b7f05257fa3d0;hp=7365a2ee71d3d471443317de37bf7d9c084cdfe4;hpb=e7651f865d31dd6203828cf509383da2ea7515c3;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/getLagTimes.php b/maintenance/getLagTimes.php index 7365a2ee71..c2c6958733 100644 --- a/maintenance/getLagTimes.php +++ b/maintenance/getLagTimes.php @@ -31,7 +31,7 @@ require_once __DIR__ . '/Maintenance.php'; class GetLagTimes extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Dump replication lag times"; + $this->addDescription( 'Dump replication lag times' ); } public function execute() {