#!/usr/bin/env php \n"; echo "\n"; echo "Commands:\n"; echo "dryrun show database update schema queries without running them\n"; echo "update update database schema\n"; echo "dumpsql dump database schema\n"; echo "toinnodb convert all tables from MyISAM to InnoDB\n"; killme();