diff options
| author | foobar <sniper@php.net> | 2003-10-31 01:29:59 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2003-10-31 01:29:59 +0000 |
| commit | b4c05a5068bec43297b7ab9bb6f09a1c9a09dfdc (patch) | |
| tree | 50bd9fe537754858e782c3eef50e9f2d214448c7 /sapi/cgi | |
| parent | 76d66203f4a83d8796fe07dd4fc5f3d2199baf7f (diff) | |
| download | php-git-b4c05a5068bec43297b7ab9bb6f09a1c9a09dfdc.tar.gz | |
MFB
Diffstat (limited to 'sapi/cgi')
| -rw-r--r-- | sapi/cgi/cgi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index ff332fe09f..2f0a645274 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -544,7 +544,7 @@ static void php_cgi_usage(char *argv0) php_printf("Usage: %s [-q] [-h] [-s] [-v] [-i] [-f <file>]\n" " %s <file> [args...]\n" " -a Run interactively\n" -#if PHP_FASTCGI +#if PHP_FASTCGI && !defined(PHP_WIN32) " -b <address:port>|<port> Bind Path for external FASTCGI Server mode\n" #endif " -C Do not chdir to the script's directory\n" |
