Skip to content

Commit

Permalink
Clean up cli default instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Sep 12, 2010
1 parent f84c4a6 commit 0b223d5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.php
Expand Up @@ -73,9 +73,12 @@
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);
Expand Down

0 comments on commit 0b223d5

Please sign in to comment.