X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fjsparse.php;h=770251cf0d4b23519a3b7886a543ace296d1e58a;hb=4dc3ac1c375b3d2eb6172dfef8fdebe71b8c5f43;hp=fddfc0240213b9983104d597b553d12a2bc10775;hpb=e19a52f2f5376b08c303d31bdcfec56da560f2b0;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 ); }