Skip to content

Commit

Permalink
Small error in openconnect.8
Browse files Browse the repository at this point in the history
openconnect.8 discusses 'basemtu' as option. Unfortunately this option is not
recognized. A quick glance in the source learned that 'base-mtu' should be
used.

Signed-off-by: Björn Ketelaars <bjorn.ketelaars@hydroxide.nl>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
bket authored and David Woodhouse committed Sep 25, 2016
1 parent d81296a commit d414fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openconnect.8.in
Expand Up @@ -25,7 +25,7 @@ openconnect \- Connect to Cisco AnyConnect VPN
.OP \-U,\-\-setuid user
.OP \-\-csd\-user user
.OP \-m,\-\-mtu mtu
.OP \-\-basemtu mtu
.OP \-\-base\-mtu mtu
.OP \-p,\-\-key\-password pass
.OP \-P,\-\-proxy proxyurl
.OP \-\-proxy\-auth methods
Expand Down Expand Up @@ -214,7 +214,7 @@ Request
.I MTU
from server as the MTU of the tunnel.
.TP
.B \-\-basemtu=MTU
.B \-\-base\-mtu=MTU
Indicate
.I MTU
as the path MTU between client and server on the unencrypted network. Newer
Expand Down

0 comments on commit d414fc0

Please sign in to comment.