-.\" $OpenBSD: slowcgi.8,v 1.15 2021/09/02 13:18:04 florian Exp $
+.\" $OpenBSD: slowcgi.8,v 1.16 2021/09/02 14:14:44 jmc Exp $
.\"
.\" Copyright (c) 2013 Florian Obser <florian@openbsd.org>
.\"
.Nd a FastCGI to CGI wrapper server
.Sh SYNOPSIS
.Nm
-.Op Fl d
+.Op Fl dv
.Op Fl p Ar path
.Op Fl s Ar socket
.Op Fl U Ar user
.Op Fl u Ar user
-.Op Fl v
.Sh DESCRIPTION
.Nm
is a server which implements the FastCGI Protocol to execute CGI scripts.
-/* $OpenBSD: slowcgi.c,v 1.61 2021/09/02 13:18:04 florian Exp $ */
+/* $OpenBSD: slowcgi.c,v 1.62 2021/09/02 14:14:44 jmc Exp $ */
/*
* Copyright (c) 2013 David Gwynne <dlg@openbsd.org>
* Copyright (c) 2013 Florian Obser <florian@openbsd.org>
{
extern char *__progname;
fprintf(stderr,
- "usage: %s [-d] [-p path] [-s socket] [-U user] [-u user]\n",
+ "usage: %s [-dv] [-p path] [-s socket] [-U user] [-u user]\n",
__progname);
exit(1);
}