diff options
author | Mandar Gokhale <mandarg@mandarg.com> | 2016-11-18 00:25:39 -0500 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2016-11-18 10:14:59 +0100 |
commit | c31566c6fa905e3fd98b4ae9047597b88d6df37b (patch) | |
tree | ea8883815d704136ec9271ec130df59115930b17 | |
parent | e548da7232d4dd35b061f4149fe96a9ac21f4e3f (diff) |
man: mausezahn: Add -6 option to manpage
Closes #162
Signed-off-by: Mandar Gokhale <mandarg@mandarg.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r-- | mausezahn.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mausezahn.8 b/mausezahn.8 index 14523a7..1ad7667 100644 --- a/mausezahn.8 +++ b/mausezahn.8 @@ -73,6 +73,9 @@ Start mausezahn in interactive mode with a Cisco-like CLI. Use telnet to log into the local mausezahn instance. If no port has been specified, port 25542 is used by default. .PP +.SS -6 +Specify IPv6 mode (IPv4 is the default). +.PP .SS -l <IP> Specify the IP address mausezahn should bind to when in interactive mode, default: 0.0.0.0. .PP |