r83042 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83041‎ | r83042 | r83043 >
Date:20:44, 1 March 2011
Author:hashar
Status:ok
Tags:
Comment:
Fix help wordwrap in namespaceDupes.php

help wordwrap is handled by the Maintenance class automatically.
Tabulations and new line are not needed anymore.
Modified paths:
  • /trunk/phase3/maintenance/namespaceDupes.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/namespaceDupes.php
@@ -30,10 +30,10 @@
3131 parent::__construct();
3232 $this->mDescription = "";
3333 $this->addOption( 'fix', 'Attempt to automatically fix errors' );
34 - $this->addOption( 'suffix', "Dupes will be renamed with correct namespace with\n" .
35 - "\t\t<text> Appended after the article name", false, true );
36 - $this->addOption( 'prefix', "Do an explicit check for the given title prefix\n" .
37 - "\t\tappended after the article name", false, true );
 34+ $this->addOption( 'suffix', "Dupes will be renamed with correct namespace with " .
 35+ "<text> appended after the article name", false, true );
 36+ $this->addOption( 'prefix', "Do an explicit check for the given title prefix " .
 37+ "appended after the article name", false, true );
3838 }
3939
4040 public function execute() {

Status & tagging log