mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
add prefix in Usage
This commit is contained in:
parent
28b313290b
commit
2cc2893bc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue