X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FgetLagTimes.php;h=c2c6958733a33975688796c1c0d523dd7b18c9a1;hb=d9b2cdabdc0a11344158d81ee45a91675a51e945;hp=7365a2ee71d3d471443317de37bf7d9c084cdfe4;hpb=f5e3f458642bfe82599150c32be1909da5701f0f;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() {