]> granicus.if.org Git - php/commitdiff
Fixed the help for other options too.
authorfoobar <sniper@php.net>
Wed, 7 Mar 2001 13:24:12 +0000 (13:24 +0000)
committerfoobar <sniper@php.net>
Wed, 7 Mar 2001 13:24:12 +0000 (13:24 +0000)
sapi/cgi/cgi_main.c

index 82cd51d5612d75d3c6a2566b6f339f615a663df2..4f9ff00e8f6865b0b7b0ac1d8edc3e9d4bef090b 100644 (file)
@@ -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"