diff -r ea039091d154 -r 0867b9d38c38 install/includes/cli-core.php --- a/install/includes/cli-core.php Sun May 31 23:27:04 2009 -0400 +++ b/install/includes/cli-core.php Tue Jun 02 13:27:05 2009 -0400 @@ -140,7 +140,7 @@ -n, --site-name Name of site -s, --site-desc *SHORT* Description of site -c, --copyright Copyright notice shown on pages - -r, --url-scheme URL scheme (standard, short, or rewrite) + -r, --url-scheme URL scheme (standard, short, rewrite, or tiny) -l, --language Language to be used on site and in installer -i, --scriptpath Where Enano is relative to your website root (no trailing slash) @@ -296,7 +296,7 @@ break; case 'urlscheme': $temp = ''; - while ( !in_array($temp, array('standard', 'short', 'rewrite')) ) + while ( !in_array($temp, array('standard', 'short', 'rewrite', 'tiny')) ) { $temp = cli_prompt($terms[$var], $defaults[$var]); }