From: Sam Reed Date: Thu, 4 Nov 2010 01:59:26 +0000 (+0000) Subject: Minor expansion of document. Per patch by Jonathan Wiltshire on bug 24132 X-Git-Tag: 1.31.0-rc.0~34105 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=f04eb68d43e5a4eac8f1e0dcd08e12b33608168f;p=lhc%2Fweb%2Fwiklou.git Minor expansion of document. Per patch by Jonathan Wiltshire on bug 24132 --- diff --git a/maintenance/Maintenance.php b/maintenance/Maintenance.php index bc91a0f8c5..2bc3e67aee 100644 --- a/maintenance/Maintenance.php +++ b/maintenance/Maintenance.php @@ -838,7 +838,8 @@ abstract class Maintenance { if ( !is_readable( $settingsFile ) ) { $this->error( "A copy of your installation's LocalSettings.php\n" . - "must exist and be readable in the source directory.", true ); + "must exist and be readable in the source directory.\n" . + "Use --conf to specify it." , true ); } $wgCommandLineMode = true; return $settingsFile;