From: Max Semenik Date: Mon, 15 Nov 2010 20:39:34 +0000 (+0000) Subject: Rm superfuluous tab X-Git-Tag: 1.31.0-rc.0~33879 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=3ce3cfc2a64e7b4cf29199ede732e83eb1561c5e;p=lhc%2Fweb%2Fwiklou.git Rm superfuluous tab --- 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 );