1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

- fix bug #60272, typo

This commit is contained in:
Pierre Joye
2011-11-11 18:50:52 +00:00
parent 40a951ccad
commit fcbfbea8d2

View File

@@ -522,7 +522,7 @@ static void php_cli_usage(char *argv0)
" -E <end_code> Run PHP <end_code> after processing all input lines\n"
" -H Hide any passed arguments from external tools.\n"
" -S <addr>:<port> Run with built-in web server.\n"
" -t <docroot> Specify document root <docroot> for bult-in web server.\n"
" -t <docroot> Specify document root <docroot> for built-in web server.\n"
" -s Output HTML syntax highlighted source.\n"
" -v Version number\n"
" -w Output source with stripped comments and whitespace.\n"