X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fparse.php;h=effed56dcd568bacd0a30237d82856004d9a5d31;hb=62e75e3577d0c66df389c170ed67c3849706651e;hp=d6559657cbc28f86c5d99498483cca28b227cc94;hpb=2eb2fb4226baea250a49c5a9f0e49fd5198f77e7;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/parse.php b/maintenance/parse.php index d6559657cb..effed56dcd 100644 --- a/maintenance/parse.php +++ b/maintenance/parse.php @@ -61,7 +61,7 @@ class CLIParser extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Parse a given wikitext"; + $this->addDescription( 'Parse a given wikitext' ); $this->addOption( 'title', 'Title name for the given wikitext (Default: \'CLIParser\')',