From d012cddf78d3055c8c49af7a7287117940f2c034 Mon Sep 17 00:00:00 2001 From: shadlaws Date: Tue, 26 Feb 2013 13:36:31 +0100 Subject: #2020 - Add CLI install argument to set admin password. This isn't too useful for end users, but would be really useful for developers that install Gallery3 over and over again... --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 5f6d231b..e6636cf1 100644 --- a/index.php +++ b/index.php @@ -93,7 +93,7 @@ if (PHP_SAPI == "cli") { default: print "To install:\n"; - print " php index.php install -d database -h host -u user -p password -x table_prefix \n\n"; + print " php index.php install -d database -h host -u user -p password -x table_prefix -g3p gallery3_admin_password \n\n"; print "To upgrade:\n"; print " php index.php upgrade\n\n"; print "Developer-only features:\n"; -- cgit v1.2.3