From e6530e9ea6759c3aba23f9431e481568664548c4 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 20 Jan 2009 01:03:22 +0000 Subject: Update README with new install instructions --- installer/cli.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'installer/cli.php') diff --git a/installer/cli.php b/installer/cli.php index bff9c16c..2d539f17 100644 --- a/installer/cli.php +++ b/installer/cli.php @@ -17,7 +17,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ - +/** + * Command line parameters: + * -h Database host (default: localhost) + * -u Database user (default: root) + * -p Database user password (default: ) + * -d Database name (default: gallery3) + */ if (installer::already_installed()) { print "Gallery 3 is already installed.\n"; return; -- cgit v1.2.3