From f04eb68d43e5a4eac8f1e0dcd08e12b33608168f Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 4 Nov 2010 01:59:26 +0000 Subject: [PATCH] Minor expansion of document. Per patch by Jonathan Wiltshire on bug 24132 --- maintenance/Maintenance.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.20.1