X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fjsparse.php;h=770251cf0d4b23519a3b7886a543ace296d1e58a;hb=75f664e0ecbb86e99d50053dd5f5deab7b515dd2;hp=fddfc0240213b9983104d597b553d12a2bc10775;hpb=3368cccde53732c1278f51632e69b9865c4ee6ba;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/jsparse.php b/maintenance/jsparse.php index fddfc02402..770251cf0d 100644 --- a/maintenance/jsparse.php +++ b/maintenance/jsparse.php @@ -33,7 +33,7 @@ class JSParseHelper extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Runs parsing/syntax checks on JavaScript files"; + $this->addDescription( 'Runs parsing/syntax checks on JavaScript files' ); $this->addArg( 'file(s)', 'JavaScript file to test', false ); }