Index: trunk/phase3/maintenance/namespaceDupes.php |
— | — | @@ -30,10 +30,10 @@ |
31 | 31 | parent::__construct(); |
32 | 32 | $this->mDescription = ""; |
33 | 33 | $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 ); |
38 | 38 | } |
39 | 39 | |
40 | 40 | public function execute() { |