]> granicus.if.org Git - php/commitdiff
Added missing bracket.
authorfoobar <sniper@php.net>
Thu, 15 May 2003 14:47:00 +0000 (14:47 +0000)
committerfoobar <sniper@php.net>
Thu, 15 May 2003 14:47:00 +0000 (14:47 +0000)
sapi/cgi/cgi_main.c

index 1ee979eb4ba4ad6ad7bb87122816ddd952961f21..bf7a33b9232253ddfb1e85558d04b8facc1419a8 100644 (file)
@@ -521,7 +521,7 @@ static void php_cgi_usage(char *argv0)
                prog = "php";
        }
 
-       php_printf("Usage: %s [-q] [-h] [-s [-v] [-i] [-f <file>] \n"
+       php_printf("Usage: %s [-q] [-h] [-s] [-v] [-i] [-f <file>] \n"
                           "       %s <file> [args...]\n"
                           "  -a               Run interactively\n"
 #if PHP_FASTCGI