]> granicus.if.org Git - php/commitdiff
Fix help text for -f
authorfoobar <sniper@php.net>
Mon, 5 Mar 2001 15:08:36 +0000 (15:08 +0000)
committerfoobar <sniper@php.net>
Mon, 5 Mar 2001 15:08:36 +0000 (15:08 +0000)
sapi/cgi/cgi_main.c

index d783df6d6c815ec24ccad130bc422bf5366817b1..82cd51d5612d75d3c6a2566b6f339f615a663df2 100644 (file)
@@ -241,13 +241,10 @@ static void php_cgi_usage(char *argv0)
                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