X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FgetLagTimes.php;h=c2c6958733a33975688796c1c0d523dd7b18c9a1;hb=f43fa6f4f0e2cb60b8543daad661b48a3e0653a9;hp=7365a2ee71d3d471443317de37bf7d9c084cdfe4;hpb=71c0d39d12f140eb49757c991e063daec34b000f;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() {