Index: trunk/phase3/maintenance/namespaceDupes.php |
— | — | @@ -34,7 +34,6 @@ |
35 | 35 | "\t\t<text> Appended after the article name", false, true ); |
36 | 36 | $this->addOption( 'prefix', "Do an explicit check for the given title prefix\n" . |
37 | 37 | "\t\tappended after the article name", false, true ); |
38 | | - $this->addOption( 'wiki', 'Enter the wiki database to edit', false, true ); |
39 | 38 | } |
40 | 39 | |
41 | 40 | public function execute() { |