We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c7c36 commit 757e3fcCopy full SHA for 757e3fc
sapi/fpm/fpm/fpm_main.c
@@ -927,8 +927,8 @@ static void php_cgi_usage(char *argv0)
927
" Specify the PID file location.\n"
928
" -y, --fpm-config <file>\n"
929
" Specify alternative path to FastCGI process manager config file.\n"
930
- " -t, --test Test FPM configuration and exit\n",
931
- " -R, allow-to-run-as-root\n"
+ " -t, --test Test FPM configuration and exit\n"
+ " -R, --allow-to-run-as-root\n"
932
" Allow pool to run as root (disabled by default)\n",
933
prog, PHP_PREFIX);
934
}
0 commit comments