From: Alexandre Emsenhuber Date: Fri, 7 Aug 2009 12:13:39 +0000 (+0000) Subject: removed 'wiki' option, already present in Maintenance.php X-Git-Tag: 1.31.0-rc.0~40440 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=5a35ac62e7e27f6174c02f4c25eebf086bc7431f;p=lhc%2Fweb%2Fwiklou.git removed 'wiki' option, already present in Maintenance.php --- diff --git a/maintenance/namespaceDupes.php b/maintenance/namespaceDupes.php index 5b010e84af..e70dea4e03 100644 --- a/maintenance/namespaceDupes.php +++ b/maintenance/namespaceDupes.php @@ -34,7 +34,6 @@ class NamespaceConflictChecker extends Maintenance { "\t\t 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() {