summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkimasa Shimobayashi <akimasashimobayashi@gmail.com>2020-08-05 19:28:36 +0900
committerGitHub <noreply@github.com>2020-08-05 20:28:36 +1000
commitc0a81353ab559604ed01cc9c5fbb8e6b3157c067 (patch)
tree617197327b71311c918368e4bd29cc0df4bd7217
parent5bdf36152ab9302eada49ead7a106d2dc666b9c5 (diff)
Fix doc about --listen option (#500)
* Can't use this option twice, separate by comma actually. * Broke the line because it was too long.
-rw-r--r--docs/manpage.rst3
1 files changed, 2 insertions, 1 deletions
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