summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorjhilden <jakobhilden@gmail.com>2009-06-16 22:39:08 -0400
committerjhilden <jakobhilden@gmail.com>2009-06-16 22:39:08 -0400
commita5b314e7e63a67c347bd595f77a114dab5341432 (patch)
tree11a107e8c2ee60da1003057e373eb5af9def54d1 /index.php
parent0054caa9a8b0984ad8fdce002ad2947c5d75cd06 (diff)
parent7ad5e9ee2c6c912932e8c38c992c9b1194c9107a (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.php b/index.php
index 50c08886..7def7d16 100644
--- a/index.php
+++ b/index.php
@@ -65,7 +65,10 @@ if (PHP_SAPI == "cli") {
break;
default:
- print "Usage: php index.php { upgrade | package | test }\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 " php index.php package # create new installer files\n";
+ print " php index.php test # run unit tests\n";
exit(1);
}
} else {