From 8c8bdf70251daefbb1084e49254593362494e3c6 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 11 Jan 2009 07:30:26 +0000 Subject: allow modules to be installed to be specified as command line option or in the response file --- installer/install.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'installer/install.php') diff --git a/installer/install.php b/installer/install.php index a644b1c9..7abea163 100644 --- a/installer/install.php +++ b/installer/install.php @@ -25,7 +25,9 @@ * -u Database user (default: root) * -p Database user password (default: ) * -d Database name (default: gallery3) + * -i Database type (default: mysqli) * -t Table prefix (default: ) + * -m Modules to install (default: core, user) * -f Response file (default: not used) * The response file is a php file that contains the following syntax; * $config[key] = value; -- cgit v1.2.3