sniper Mon Mar 5 07:08:36 2001 EDT
Modified files:
/php4/sapi/cgi cgi_main.c
Log:
Fix help text for -f
Index: php4/sapi/cgi/cgi_main.c
diff -u php4/sapi/cgi/cgi_main.c:1.97 php4/sapi/cgi/cgi_main.c:1.98
--- php4/sapi/cgi/cgi_main.c:1.97 Sun Mar 4 17:26:36 2001
+++ php4/sapi/cgi/cgi_main.c Mon Mar 5 07:08:36 2001
@@ -241,13 +241,10 @@
prog = "php";
}
- php_printf("Usage: %s [-q] [-h]"
- " [-s]"
- " [-v] [-i] [-f <file>] | "
- "{<file> [args...]}\n"
+ php_printf("Usage: %s [-q] [-h] [-s [-v] [-i] [-f <file>] | {<file>
+[args...]}\n"
" -q Quiet-mode. Suppress HTTP Header
output.\n"
" -s Display colour syntax highlighted
source.\n"
- " -f<file> Parse <file>. Implies `-q'\n"
+ " -f <file> Parse <file>. Implies `-q'\n"
" -v Version number\n"
" -c<path> Look for php.ini file in this
directory\n"
#if SUPPORT_INTERACTIVE
--
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]