add prefix in Usage

This commit is contained in:
Igor Sysoev 2009-04-28 04:34:27 +00:00
parent 28b313290b
commit 2cc2893bc1

View File

@ -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