comparison 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
comparison
equal deleted inserted replaced
2766:234ddbff1b2e 2767:caa4f7dcf1e3
211 ngx_log_stderr(0, "nginx version: " NGINX_VER); 211 ngx_log_stderr(0, "nginx version: " NGINX_VER);
212 212
213 if (ngx_show_help) { 213 if (ngx_show_help) {
214 ngx_log_stderr(0, 214 ngx_log_stderr(0,
215 "Usage: nginx [-?hvVt] [-s signal] [-c filename] " 215 "Usage: nginx [-?hvVt] [-s signal] [-c filename] "
216 "[-g directives]" CRLF CRLF 216 "[-p prefix] [-g directives]" CRLF CRLF
217 "Options:" CRLF 217 "Options:" CRLF
218 " -?,-h : this help" CRLF 218 " -?,-h : this help" CRLF
219 " -v : show version and exit" CRLF 219 " -v : show version and exit" CRLF
220 " -V : show version and configure options then exit" 220 " -V : show version and configure options then exit"
221 CRLF 221 CRLF