Commit: 629273d11b7b345fc3e175d479e3fc08d4087183 Author: Jerome Loyet <[email protected]> Wed, 23 May 2012 10:34:16 +0200 Parents: 7b396c078cc8fef18f37cc9a22c437f13921e375 Branches: PHP-5.3
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=629273d11b7b345fc3e175d479e3fc08d4087183 Log: - add missing help message for '-R' Changed paths: M sapi/fpm/fpm/fpm_main.c Diff: diff --git a/sapi/fpm/fpm/fpm_main.c b/sapi/fpm/fpm/fpm_main.c index e74986f..4eed539 100644 --- a/sapi/fpm/fpm/fpm_main.c +++ b/sapi/fpm/fpm/fpm_main.c @@ -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); } /* }}} */ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
