From 96c93a8ccebbc912fe039d5a49d691817d69f59d Mon Sep 17 00:00:00 2001 From: Vivek Ghaisas Date: Sat, 20 Jun 2015 23:49:49 +0300 Subject: [PATCH] maintenance/exportSites: Fix minor whitespace issue Opening parentheses should be followed by a single space. Change-Id: I9d73334c3c79bf5277248c56e0f146a91938b35c --- maintenance/exportSites.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1