]> granicus.if.org Git - php/commitdiff
- Fix help message for '-R'
authorJerome Loyet <fat@php.net>
Wed, 23 May 2012 08:36:45 +0000 (10:36 +0200)
committerJerome Loyet <fat@php.net>
Wed, 23 May 2012 08:36:45 +0000 (10:36 +0200)
sapi/fpm/fpm/fpm_main.c

index 4eed539a0b7e105d73cd131c8abfdf97e82b931d..95a7623e9244961ee6f1f1bc4bac15eb2f202efe 100644 (file)
@@ -937,7 +937,7 @@ static void php_cgi_usage(char *argv0)
                                "  -y, --fpm-config <file>\n"
                                "                   Specify alternative path to FastCGI process manager config file.\n"
                                "  -t, --test       Test FPM configuration and exit\n"
-                               "  -R, allow-to-run-as-root\n"
+                               "  -R, --allow-to-run-as-root\n"
                                "                   Allow pool to run as root (disabled by default)\n",
 
                                prog, PHP_PREFIX);