Fix options with an argument
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 1 Jun 2008 18:09:02 +0000 (18:09 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 1 Jun 2008 18:09:02 +0000 (18:09 +0000)
maintenance/storage/moveToExternal.php

index 9b3c209..a8b2f93 100644 (file)
@@ -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' );