From 98d4aeb26baad5a0edd1d4282891dc8cee5e4b8b Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Mon, 25 Jun 2012 02:45:28 +0200 Subject: [PATCH] Manpage now reflects -4 and -6 options --- servefile.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/servefile.1 b/servefile.1 index ec30510..59d1bd8 100644 --- a/servefile.1 +++ b/servefile.1 @@ -90,6 +90,12 @@ available. \fB\-c\fR method, \fB\-\-compression\fR method Set compression method, only in combination with \fB\-\-tar\fR. Can be one of none, gzip, bzip2. +.TP +\fB\-4\fR, \fB\-\-ipv4\-only\fR +Listen on IPv4 only +.TP +\fB\-6\fR, \fB\-\-ipv6\-only\fR +Listen on IPv6 only .SH EXAMPLES Serving a single file with SSL and HTTP Basic auth: .IP