summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-10-25 14:33:46 +0000
committerDerick Rethans <derick@php.net>2002-10-25 14:33:46 +0000
commitd82565fb7a996ac684ecdfb842fe8c6708979c25 (patch)
tree65d94b8253bec629ae2b24d09a86479aca7f5fbe /sapi/cgi/cgi_main.c
parente7cc9d0274836af1cd0d9d9be9de1e65d53014d9 (diff)
downloadphp-git-d82565fb7a996ac684ecdfb842fe8c6708979c25.tar.gz
- Fix build
#- Jan, please TEST! before committing :-)
Diffstat (limited to 'sapi/cgi/cgi_main.c')
-rw-r--r--sapi/cgi/cgi_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 68af36acbf..6dd85e20fb 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -409,7 +409,7 @@ static void php_cgi_usage(char *argv0)
" -d foo[=bar] Define INI entry foo with value 'bar'\n"
" -e Generate extended information for debugger/profiler\n"
" -f <file> Parse <file>. Implies `-q'\n"
- " -h This help\n",
+ " -h This help\n"
" -i PHP information\n"
" -l Syntax check only (lint)\n"
" -m Show compiled in modules\n"
@@ -417,7 +417,7 @@ static void php_cgi_usage(char *argv0)
" -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"
+ " -z <file> Load Zend extension <file>.\n",
prog, prog);
}
/* }}} */