From c0a81353ab559604ed01cc9c5fbb8e6b3157c067 Mon Sep 17 00:00:00 2001 From: Akimasa Shimobayashi Date: Wed, 5 Aug 2020 19:28:36 +0900 Subject: [PATCH] Fix doc about --listen option (#500) * Can't use this option twice, separate by comma actually. * Broke the line because it was too long. --- docs/manpage.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manpage.rst b/docs/manpage.rst index 68845be..b804607 100644 --- a/docs/manpage.rst +++ b/docs/manpage.rst @@ -65,7 +65,8 @@ Options :program:`sshuttle`, e.g. ``--listen localhost``. For the tproxy and pf methods this can be an IPv6 address. Use this option - twice if required, to provide both IPv4 and IPv6 addresses. + with comma separated values if required, to provide both IPv4 and IPv6 + addresses, e.g. ``--listen 127.0.0.1:0,[::1]:0``. .. option:: -H, --auto-hosts