r75975 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75974‎ | r75975 | r75976 >
Date:01:59, 4 November 2010
Author:reedy
Status:ok
Tags:
Comment:
Minor expansion of document. Per patch by Jonathan Wiltshire on bug 24132
Modified paths:
  • /trunk/phase3/maintenance/Maintenance.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/Maintenance.php
@@ -838,7 +838,8 @@
839839
840840 if ( !is_readable( $settingsFile ) ) {
841841 $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 );
843844 }
844845 $wgCommandLineMode = true;
845846 return $settingsFile;

Follow-up revisions

RevisionCommit summaryAuthorDate
r75976bug 24132, apply documentation updates to dumpBackup.php...reedy02:04, 4 November 2010
r76191Add missing credits from r75975...reedy15:10, 6 November 2010

Status & tagging log