diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2013-02-26 08:34:21 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2013-02-26 08:34:21 -0800 |
| commit | 80356e857d02e88de0dd4791496af270b6dcdae7 (patch) | |
| tree | 794705c1909a53a9229ce0dee3ce5206cd852dcc /index.php | |
| parent | 6993a88669d19be84f59dcadbe679a6b005e038f (diff) | |
| parent | d012cddf78d3055c8c49af7a7287117940f2c034 (diff) | |
Merge pull request #167 from shadlaws/fix_2020
#2020 - Add CLI install argument to set admin password.
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |
