Index: trunk/phase3/maintenance/Maintenance.php |
— | — | @@ -838,7 +838,8 @@ |
839 | 839 | |
840 | 840 | if ( !is_readable( $settingsFile ) ) { |
841 | 841 | $this->error( "A copy of your installation's LocalSettings.php\n" . |
842 | | - "must exist and be readable in the source directory.", true ); |
| 842 | + "must exist and be readable in the source directory.\n" . |
| 843 | + "Use --conf to specify it." , true ); |
843 | 844 | } |
844 | 845 | $wgCommandLineMode = true; |
845 | 846 | return $settingsFile; |