From b74e5794d58704ca8f890391ede636dbe8acab6a Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 1 Jun 2008 18:09:02 +0000 Subject: [PATCH] Fix options with an argument --- maintenance/storage/moveToExternal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/storage/moveToExternal.php b/maintenance/storage/moveToExternal.php index 9b3c209944..a8b2f93bc5 100644 --- a/maintenance/storage/moveToExternal.php +++ b/maintenance/storage/moveToExternal.php @@ -9,7 +9,7 @@ define( 'REPORTING_INTERVAL', 1 ); if ( !defined( 'MEDIAWIKI' ) ) { - $optionsWithArgs = array( 'm', 's' ); + $optionsWithArgs = array( 'e', 's' ); require_once( dirname(__FILE__) . '/../commandLine.inc' ); require_once( 'ExternalStoreDB.php' ); -- 2.20.1