From: Jerome Loyet Date: Wed, 23 May 2012 08:35:37 +0000 (+0200) Subject: - fix help message for '-R' X-Git-Tag: php-5.4.4RC2~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=757e3fc3d5ca6d175c829549f256adc98b7c1f46;p=php - fix help message for '-R' --- diff --git a/sapi/fpm/fpm/fpm_main.c b/sapi/fpm/fpm/fpm_main.c index dd48ffdba4..130673f331 100644 --- a/sapi/fpm/fpm/fpm_main.c +++ b/sapi/fpm/fpm/fpm_main.c @@ -927,8 +927,8 @@ static void php_cgi_usage(char *argv0) " Specify the PID file location.\n" " -y, --fpm-config \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" + " -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); }