diff options
| author | foobar <sniper@php.net> | 2001-03-07 13:24:12 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2001-03-07 13:24:12 +0000 |
| commit | f4917d49c3d8d55dae680a30480b35902f76dfd5 (patch) | |
| tree | 1055942810bc9a0f2488d7d7fe755b940ea504a2 /sapi/cgi/cgi_main.c | |
| parent | 515c20da477053fc87bfae386b623c8a88f14bbd (diff) | |
| download | php-git-f4917d49c3d8d55dae680a30480b35902f76dfd5.tar.gz | |
Fixed the help for other options too.
Diffstat (limited to 'sapi/cgi/cgi_main.c')
| -rw-r--r-- | sapi/cgi/cgi_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <file> Parse <file>. Implies `-q'\n" " -v Version number\n" - " -c<path> Look for php.ini file in this directory\n" + " -c <path> 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<file> Load Zend extension <file>.\n" + " -z <file> Load Zend extension <file>.\n" " -l Syntax check only (lint)\n" " -m Show compiled in modules\n" " -i PHP information\n" |
