sniper          Wed Mar  7 05:24:12 2001 EDT

  Modified files:              
    /php4/sapi/cgi      cgi_main.c 
  Log:
  Fixed the help for other options too.
  
  
Index: php4/sapi/cgi/cgi_main.c
diff -u php4/sapi/cgi/cgi_main.c:1.98 php4/sapi/cgi/cgi_main.c:1.99
--- php4/sapi/cgi/cgi_main.c:1.98       Mon Mar  5 07:08:36 2001
+++ php4/sapi/cgi/cgi_main.c    Wed Mar  7 05:24:12 2001
@@ -246,13 +246,13 @@
                                "  -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"



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to