From 147ee8abd650c373cb1022dad2a9a0b8522aea8b Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Wed, 26 Apr 2023 15:02:09 +0200 Subject: Docs: removed '-v' from unitd.8. This short option is not really supported. Probably it was just a typo. Reviewed-by: Artem Konev Signed-off-by: Alejandro Colomar --- docs/man/man8/unitd.8.in | 4 ++-- 1 file 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. -- cgit