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

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