summaryrefslogtreecommitdiff
path: root/src/core/nginx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r--src/core/nginx.c2
1 files changed, 1 insertions, 1 deletions
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