]> granicus.if.org Git - php/commitdiff
- Fix build
authorDerick Rethans <derick@php.net>
Fri, 25 Oct 2002 14:33:46 +0000 (14:33 +0000)
committerDerick Rethans <derick@php.net>
Fri, 25 Oct 2002 14:33:46 +0000 (14:33 +0000)
#- Jan, please TEST! before committing :-)

sapi/cgi/cgi_main.c

index 68af36acbf152b9bd11507ff348242e1438ca28d..6dd85e20fb72fcca20e49f1fdfdb23681bc2f048 100644 (file)
@@ -409,7 +409,7 @@ static void php_cgi_usage(char *argv0)
                           "  -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 @@ static void php_cgi_usage(char *argv0)
                           "  -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);
 }
 /* }}} */