Follow-up r68645: back out --email, still not used
authorMax Semenik <maxsem@users.mediawiki.org>
Thu, 6 Oct 2011 17:00:18 +0000 (17:00 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Thu, 6 Oct 2011 17:00:18 +0000 (17:00 +0000)
maintenance/install.php

index 9531644..dba4340 100644 (file)
@@ -40,7 +40,7 @@ class CommandLineInstaller extends Maintenance {
 
                $this->addArg( 'admin', 'The username of the wiki administrator (WikiSysop)', true );
                $this->addOption( 'pass', 'The password for the wiki administrator. You will be prompted for this if it isn\'t provided', false, true );
-               $this->addOption( 'email', 'The email for the wiki administrator', false, true );
+               /* $this->addOption( 'email', 'The email for the wiki administrator', false, true ); */
                $this->addOption( 'scriptpath', 'The relative path of the wiki in the web server (/wiki)', false, true );
 
                $this->addOption( 'lang', 'The language to use (en)', false, true );