summaryrefslogtreecommitdiff
path: root/sapi/cli/php_cli.c
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-11-11 18:50:52 +0000
committerPierre Joye <pajoye@php.net>2011-11-11 18:50:52 +0000
commitfcbfbea8d24213da529ed2eff730891fd847b2c8 (patch)
tree92f5222a5c15faca739c73e9bbbf87ddb9133267 /sapi/cli/php_cli.c
parent40a951ccad8da0064bc05baf8d72450089961b19 (diff)
downloadphp-git-fcbfbea8d24213da529ed2eff730891fd847b2c8.tar.gz
- fix bug #60272, typo
Diffstat (limited to 'sapi/cli/php_cli.c')
-rw-r--r--sapi/cli/php_cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c
index 5c2725f28b..18774fa04c 100644
--- a/sapi/cli/php_cli.c
+++ b/sapi/cli/php_cli.c
@@ -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"