summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authormamouneyya <mamoun.diraneyya@gmail.com>2010-09-20 04:30:34 +0300
committermamouneyya <mamoun.diraneyya@gmail.com>2010-09-20 04:30:34 +0300
commitce80259d6939e43aaea34eba7bea4b2a602a5019 (patch)
tree7ca81d874b62c5a2c0244657aa903d565a7e6b04 /index.php
parentba950bec0c84a1467aa2545ca815d5af7b0b002b (diff)
parent93d1a8103e757a87fb006f2389f0ee24497367a7 (diff)
Merge remote branch 'gallery3/master'
Diffstat (limited to 'index.php')
-rw-r--r--index.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/index.php b/index.php
index 4ef3d943..68000ef8 100644
--- a/index.php
+++ b/index.php
@@ -73,9 +73,12 @@ if (PHP_SAPI == "cli") {
break;
default:
- print "To install:\n php index.php install -d database -h host -u user -p password -x table_prefix \n\n\n";
- print "To upgrade:\n php index.php upgrade\n\n\n";
- print "Developer-only features:\n ** CAUTION! THESE FEATURES -WILL- DAMAGE YOUR INSTALL **\n";
+ print "To install:\n";
+ print " php index.php install -d database -h host -u user -p password -x table_prefix \n\n";
+ print "To upgrade:\n";
+ print " php index.php upgrade\n\n";
+ print "Developer-only features:\n";
+ print " ** CAUTION! THESE FEATURES -WILL- DAMAGE YOUR INSTALL **\n";
print " php index.php package # create new installer files\n";
print " php index.php test # run unit tests\n";
exit(1);