diff options
author | Vladimir Homutov <vl@nginx.com> | 2015-06-16 16:28:56 +0300 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2015-06-16 16:28:56 +0300 |
commit | 9bd637659a87ae948979ab77cb5b4e7fc83e1068 (patch) | |
tree | e17451944f7e413da1529bb3dfd2cae8da6b960d /docs/man/nginx.8 | |
parent | 4e83d3f7b5355b36c2d28cd77f4cfefe4521f3ee (diff) | |
download | nginx-9bd637659a87ae948979ab77cb5b4e7fc83e1068.tar.gz nginx-9bd637659a87ae948979ab77cb5b4e7fc83e1068.zip |
Documentation: added -T option description to the man page.
Diffstat (limited to 'docs/man/nginx.8')
-rw-r--r-- | docs/man/nginx.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/man/nginx.8 b/docs/man/nginx.8 index f119a2327..70d82d4fe 100644 --- a/docs/man/nginx.8 +++ b/docs/man/nginx.8 @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd March 6, 2012 +.Dd June 16, 2015 .Dt NGINX 8 .Os .Sh NAME @@ -33,7 +33,7 @@ .Nd "HTTP and reverse proxy server, mail proxy server" .Sh SYNOPSIS .Nm -.Op Fl ?hqtVv +.Op Fl ?hqTtVv .Op Fl c Ar file .Op Fl g Ar directives .Op Fl p Ar prefix @@ -87,6 +87,8 @@ Do not run, just test the configuration file. .Nm checks the configuration file syntax and then tries to open files referenced in the configuration file. +.It Fl T +Same as -t, but additionally dumps configuration files to stdout. .It Fl V Print the .Nm |