summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorshadlaws <shad@shadlaws.com>2013-02-26 13:36:31 +0100
committershadlaws <shad@shadlaws.com>2013-02-26 13:36:31 +0100
commitd012cddf78d3055c8c49af7a7287117940f2c034 (patch)
tree08e6a1d1714f33e78d0f6d466cfcb27ee765ed71 /index.php
parent1d2610d613576f9bce7b21bc12852da4bd77ae46 (diff)
#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...
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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";