Merge "Move HTMLForm-specific styles out of mediawiki.legacy.shared"
[lhc/web/wiklou.git] / maintenance / exportSites.php
index c8dca24..145c924 100644 (file)
@@ -17,7 +17,7 @@ class ExportSites extends Maintenance {
        public function __construct() {
                $this->mDescription = 'Exports site definitions the sites table to XML file';
 
-               $this->addArg('file', 'A file to write the XML to (see docs/sitelist.txt). ' .
+               $this->addArg( 'file', 'A file to write the XML to (see docs/sitelist.txt). ' .
                        'Use "php://stdout" to write to stdout.', true
                );