X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FgetConfiguration.php;h=b1140ecbd6f0b7319fc749f7abe17deb08213543;hb=e57998f5330e8a0c9636c9075ae5fb8e3b72f913;hp=58382014f83f79b1bb94f99fbb7bf05556f144e8;hpb=266dbe55e8c752654a1041a77063ae5d389c2f75;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/getConfiguration.php b/maintenance/getConfiguration.php index 58382014f8..b1140ecbd6 100644 --- a/maintenance/getConfiguration.php +++ b/maintenance/getConfiguration.php @@ -49,7 +49,7 @@ class GetConfiguration extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Get serialized MediaWiki site configuration"; + $this->addDescription( 'Get serialized MediaWiki site configuration' ); $this->addOption( 'regex', 'regex to filter variables with', false, true ); $this->addOption( 'iregex', 'same as --regex but case insensitive', false, true ); $this->addOption( 'settings', 'Space-separated list of wg* variables', false, true );