From 5a35ac62e7e27f6174c02f4c25eebf086bc7431f Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 7 Aug 2009 12:13:39 +0000 Subject: [PATCH] removed 'wiki' option, already present in Maintenance.php --- maintenance/namespaceDupes.php | 1 - 1 file changed, 1 deletion(-) 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() { -- 2.20.1