From 2cc2893bc169e32365c04154a0e80d63f8b07b10 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 28 Apr 2009 04:34:27 +0000 Subject: [PATCH] add prefix in Usage --- src/core/nginx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/nginx.c b/src/core/nginx.c index 82efda278..eec48bfa7 100644 --- 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