From: Igor Sysoev Date: Tue, 28 Apr 2009 04:34:27 +0000 (+0000) Subject: add prefix in Usage X-Git-Tag: release-0.7.54~23 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=2cc2893bc169e32365c04154a0e80d63f8b07b10;p=nginx.git add prefix in Usage --- 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