summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorNathan Kinkade <nkinkade@nkinka.de>2010-09-17 20:23:05 +0000
committerNathan Kinkade <nkinkade@nkinka.de>2010-09-17 20:23:05 +0000
commit7a5de04e51daa102840a02af6b9ce8138d08c4bb (patch)
treea3f8bcb9ac961523b4835b8865c152c8835f25e7 /index.php
parentf96a75f2b13a0bd7a37b320aa5655f67868ca80d (diff)
parent3e1743b21fd35b9d6d540e827292f1f4f006b531 (diff)
Pulled latest source from upstream.
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);