diff options
author | Alejandro Colomar <alx@nginx.com> | 2023-04-26 15:02:09 +0200 |
---|---|---|
committer | Alejandro Colomar <alx@nginx.com> | 2023-05-08 17:47:28 +0200 |
commit | 147ee8abd650c373cb1022dad2a9a0b8522aea8b (patch) | |
tree | 3894e005a9e8e66d2653bd94b63e67735971a77a | |
parent | 1266eda80c2f3b67d50b13d88d1ea51729eab772 (diff) | |
download | unit-147ee8abd650c373cb1022dad2a9a0b8522aea8b.tar.gz unit-147ee8abd650c373cb1022dad2a9a0b8522aea8b.tar.bz2 |
Docs: removed '-v' from unitd.8.
This short option is not really supported. Probably it was just a typo.
Reviewed-by: Artem Konev <a.konev@f5.com>
Signed-off-by: Alejandro Colomar <alx@nginx.com>
-rw-r--r-- | docs/man/man8/unitd.8.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/man8/unitd.8.in b/docs/man/man8/unitd.8.in index 46182781..d3c662d1 100644 --- a/docs/man/man8/unitd.8.in +++ b/docs/man/man8/unitd.8.in @@ -17,7 +17,7 @@ .Op Fl Fl pid Ar file .Op Fl Fl state Ar directory .Nm -.Op Fl h | Fl Fl help | v | Fl Fl version +.Op Fl h | Fl Fl help | Fl Fl version .Sh DESCRIPTION NGINX Unit is a polyglot app server, a reverse proxy, and a static file server for UNIX-like systems. @@ -30,7 +30,7 @@ scratch to be highly efficient and fully configurable at runtime. .It Fl h , Fl Fl help Displays a summary of Unit's command-line options and their compile-time defaults. -.It Fl v , Fl Fl version +.It Fl Fl version Displays Unit's version and the .Pa ./configure settings it was built with. |