mirror of
https://github.com/nginx/nginx.git
synced 2025-06-08 02:02:38 +08:00
add prefix in Usage
This commit is contained in:
parent
28b313290b
commit
2cc2893bc1
@ -213,7 +213,7 @@ main(int argc, char *const *argv)
|
|||||||
if (ngx_show_help) {
|
if (ngx_show_help) {
|
||||||
ngx_log_stderr(0,
|
ngx_log_stderr(0,
|
||||||
"Usage: nginx [-?hvVt] [-s signal] [-c filename] "
|
"Usage: nginx [-?hvVt] [-s signal] [-c filename] "
|
||||||
"[-g directives]" CRLF CRLF
|
"[-p prefix] [-g directives]" CRLF CRLF
|
||||||
"Options:" CRLF
|
"Options:" CRLF
|
||||||
" -?,-h : this help" CRLF
|
" -?,-h : this help" CRLF
|
||||||
" -v : show version and exit" CRLF
|
" -v : show version and exit" CRLF
|
||||||
|
Loading…
Reference in New Issue
Block a user