From: Vivek Ghaisas Date: Sat, 20 Jun 2015 20:49:49 +0000 (+0300) Subject: maintenance/exportSites: Fix minor whitespace issue X-Git-Tag: 1.31.0-rc.0~11031 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/Category:Foo?a=commitdiff_plain;h=96c93a8ccebbc912fe039d5a49d691817d69f59d;p=lhc%2Fweb%2Fwiklou.git maintenance/exportSites: Fix minor whitespace issue Opening parentheses should be followed by a single space. Change-Id: I9d73334c3c79bf5277248c56e0f146a91938b35c --- diff --git a/maintenance/exportSites.php b/maintenance/exportSites.php index c8dca24553..145c924923 100644 --- a/maintenance/exportSites.php +++ b/maintenance/exportSites.php @@ -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 );