From 3ce3cfc2a64e7b4cf29199ede732e83eb1561c5e Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Mon, 15 Nov 2010 20:39:34 +0000 Subject: [PATCH] Rm superfuluous tab --- maintenance/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/install.php b/maintenance/install.php index 4d3cbcc0e7..14247941d3 100644 --- a/maintenance/install.php +++ b/maintenance/install.php @@ -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 ); -- 2.20.1