]> git.kaiwu.me - nginx.git/commitdiff
add prefix in Usage
authorIgor Sysoev <igor@sysoev.ru>
Tue, 28 Apr 2009 04:34:27 +0000 (04:34 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 28 Apr 2009 04:34:27 +0000 (04:34 +0000)
src/core/nginx.c

index 82efda278a0abea6b1ca12d30c1bf3bc98cb365f..eec48bfa72f8cf0212de73da7efe06ab88832f97 100644 (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