|
|
|
@ -506,9 +506,9 @@ static void php_cli_usage(char *argv0) |
|
|
|
" -F <file> Parse and execute <file> for every input line\n" |
|
|
|
" -E <end_code> Run PHP <end_code> after processing all input lines\n" |
|
|
|
" -H Hide any passed arguments from external tools.\n" |
|
|
|
" -s Outputs HTML syntax highlighted source.\n" |
|
|
|
" -s Output HTML syntax highlighted source.\n" |
|
|
|
" -v Version number\n" |
|
|
|
" -w Outputs source with stripped comments and whitespace.\n" |
|
|
|
" -w Output 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" |
|
|
|
|