removed 'wiki' option, already present in Maintenance.php
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 7 Aug 2009 12:13:39 +0000 (12:13 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 7 Aug 2009 12:13:39 +0000 (12:13 +0000)
maintenance/namespaceDupes.php

index 5b010e8..e70dea4 100644 (file)
@@ -34,7 +34,6 @@ class NamespaceConflictChecker extends Maintenance {
                                                                        "\t\t<text> Appended after the article name", false, true );
                $this->addOption( 'prefix', "Do an explicit check for the given title prefix\n" .
                                                                        "\t\tappended after the article name", false, true );
-               $this->addOption( 'wiki', 'Enter the wiki database to edit', false, true );
        }
 
        public function execute() {