summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
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";