X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=maintenance%2Finstall.php;h=fbc5d9815f34844ed5ac640b0a9fc7112473aa02;hb=a79442d6cf747e578575f80238f13dd0ee589bc2;hp=5a3e00cf8c154ce4c794cb90455f8818c110329d;hpb=f93d34fb756b3271cc13b5581316cefa66de5013;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/install.php b/maintenance/install.php index 5a3e00cf8c..fbc5d9815f 100644 --- a/maintenance/install.php +++ b/maintenance/install.php @@ -85,8 +85,8 @@ class CommandLineInstaller extends Maintenance { true ); $this->addOption( 'confpath', "Path to write LocalSettings.php to ($IP)", false, true ); + $this->addOption( 'dbschema', 'The schema for the MediaWiki DB in PostgreSQL/Microsoft SQL Server (mediawiki)', false, true ); /* - $this->addOption( 'dbschema', 'The schema for the MediaWiki DB in pg (mediawiki)', false, true ); $this->addOption( 'namespace', 'The project namespace (same as the "name" argument)', false, true ); */ $this->addOption( 'env-checks', "Run environment checks only, don't change anything" );