--- embedaddon/php/sapi/cli/php_cli.c 2013/07/22 01:32:13 1.1.1.3 +++ embedaddon/php/sapi/cli/php_cli.c 2013/10/14 08:02:45 1.1.1.4 @@ -20,7 +20,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_cli.c,v 1.1.1.3 2013/07/22 01:32:13 misho Exp $ */ +/* $Id: php_cli.c,v 1.1.1.4 2013/10/14 08:02:45 misho Exp $ */ #include "php.h" #include "php_globals.h" @@ -498,6 +498,7 @@ static void php_cli_usage(char *argv0) " %s [options] -r [--] [args...]\n" " %s [options] [-B ] -R [-E ] [--] [args...]\n" " %s [options] [-B ] -F [-E ] [--] [args...]\n" + " %s [options] -S : [-t docroot]\n" " %s [options] -- [args...]\n" " %s [options] -a\n" "\n" @@ -539,7 +540,7 @@ static void php_cli_usage(char *argv0) " --rz Show information about Zend extension .\n" " --ri Show configuration for extension .\n" "\n" - , prog, prog, prog, prog, prog, prog); + , prog, prog, prog, prog, prog, prog, prog); } /* }}} */