Minor expansion of document. Per patch by Jonathan Wiltshire on bug 24132
authorSam Reed <reedy@users.mediawiki.org>
Thu, 4 Nov 2010 01:59:26 +0000 (01:59 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 4 Nov 2010 01:59:26 +0000 (01:59 +0000)
maintenance/Maintenance.php

index bc91a0f..2bc3e67 100644 (file)
@@ -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;