Skip to content

Commit 757e3fc

Browse files
author
Jerome Loyet
committed
- fix help message for '-R'
1 parent 06c7c36 commit 757e3fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sapi/fpm/fpm/fpm_main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -927,8 +927,8 @@ static void php_cgi_usage(char *argv0)
927927
" Specify the PID file location.\n"
928928
" -y, --fpm-config <file>\n"
929929
" 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"
930+
" -t, --test Test FPM configuration and exit\n"
931+
" -R, --allow-to-run-as-root\n"
932932
" Allow pool to run as root (disabled by default)\n",
933933
prog, PHP_PREFIX);
934934
}

0 commit comments

Comments
 (0)