From: foobar Date: Wed, 7 Mar 2001 13:24:12 +0000 (+0000) Subject: Fixed the help for other options too. X-Git-Tag: php-4.0.5RC1~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4917d49c3d8d55dae680a30480b35902f76dfd5;p=php Fixed the help for other options too. --- diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 82cd51d561..4f9ff00e8f 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -246,13 +246,13 @@ static void php_cgi_usage(char *argv0) " -s Display colour syntax highlighted source.\n" " -f Parse . Implies `-q'\n" " -v Version number\n" - " -c Look for php.ini file in this directory\n" + " -c Look for php.ini file in this directory\n" #if SUPPORT_INTERACTIVE " -a Run interactively\n" #endif " -d foo[=bar] Define INI entry foo with value 'bar'\n" " -e Generate extended information for debugger/profiler\n" - " -z Load Zend extension .\n" + " -z Load Zend extension .\n" " -l Syntax check only (lint)\n" " -m Show compiled in modules\n" " -i PHP information\n"