diff src/core/nginx.c @ 2767:caa4f7dcf1e3

add prefix in Usage
author Igor Sysoev <igor@sysoev.ru>
date Tue, 28 Apr 2009 04:34:27 +0000
parents 77264e0157ad
children d9c46f98b09f
line wrap: on
line diff
--- a/src/core/nginx.c
+++ b/src/core/nginx.c
@@ -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