summaryrefslogtreecommitdiff
path: root/installer/cli.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-20 01:03:22 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-20 01:03:22 +0000
commite6530e9ea6759c3aba23f9431e481568664548c4 (patch)
tree978fde0c58ff1528fa499050df9f77f0866e2499 /installer/cli.php
parent681197a265f1dd3873780fdcf0b5f1e8fa0150ab (diff)
Update README with new install instructions
Diffstat (limited to 'installer/cli.php')
-rw-r--r--installer/cli.php8
1 files changed, 7 insertions, 1 deletions
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;