diff options
Diffstat (limited to 'sapi/cli/php_cli.c')
-rw-r--r-- | sapi/cli/php_cli.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index a652052100..c96d2d56a3 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -262,20 +262,20 @@ static void php_cli_usage(char *argv0) php_printf( "Usage: %s [options] [-f] <file> [args...]\n" " %s [options] -r <code> [args...]\n" " %s [options] [-- args...]\n" - " -s Display colour syntax highlighted source.\n" - " -w Display source with stripped comments and whitespace.\n" - " -f <file> Parse <file>.\n" - " -v Version number\n" - " -c <path>|<file> Look for php.ini file in this directory\n" " -a Run interactively\n" + " -c <path>|<file> Look for php.ini file in this directory\n" " -d foo[=bar] Define INI entry foo with value 'bar'\n" " -e Generate extended information for debugger/profiler\n" - " -z <file> Load Zend extension <file>.\n" + " -f <file> Parse <file>.\n" + " -h This help\n" + " -i PHP information\n" " -l Syntax check only (lint)\n" " -m Show compiled in modules\n" - " -i PHP information\n" " -r <code> Run PHP <code> without using script tags <?..?>\n" - " -h This help\n" + " -s Display colour syntax highlighted source.\n" + " -v Version number\n" + " -w Display source with stripped comments and whitespace.\n" + " -z <file> Load Zend extension <file>.\n" "\n" " args... Arguments passed to script. Use -- args when first argument \n" " starts with - or script is read from stdin\n" |