Rm superfuluous tab
authorMax Semenik <maxsem@users.mediawiki.org>
Mon, 15 Nov 2010 20:39:34 +0000 (20:39 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Mon, 15 Nov 2010 20:39:34 +0000 (20:39 +0000)
maintenance/install.php

index 4d3cbcc..1424794 100644 (file)
@@ -32,7 +32,7 @@ class CommandLineInstaller extends Maintenance {
                $this->addArg( 'name', 'The name of the wiki', true);
 
                $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( '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( 'scriptpath', 'The relative path of the wiki in the web server (/wiki)', false, true );