derick Fri Oct 25 10:33:48 2002 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: - Fix build #- Jan, please TEST! before committing :-) Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.185 php4/sapi/cgi/cgi_main.c:1.186 --- php4/sapi/cgi/cgi_main.c:1.185 Fri Oct 25 05:28:55 2002 +++ php4/sapi/cgi/cgi_main.c Fri Oct 25 10:33:46 2002 @@ -409,7 +409,7 @@ " -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 @@ " -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); } /* }}} */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php