mirror of
https://github.com/nginx/nginx.git
synced 2024-12-20 14:13:33 -06: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) {
|
||||
ngx_log_stderr(0,
|
||||
"Usage: nginx [-?hvVt] [-s signal] [-c filename] "
|
||||
"[-g directives]" CRLF CRLF
|
||||
"[-p prefix] [-g directives]" CRLF CRLF
|
||||
"Options:" CRLF
|
||||
" -?,-h : this help" CRLF
|
||||
" -v : show version and exit" CRLF
|
||||
|
Loading…
Reference in New Issue
Block a user