#ifndef LIBPROXY_HDR
printf(" %s\n", _("(NOTE: libproxy disabled in this build)"));
#endif
- printf(" --reconnect-timeout %s\n", _("Connection retry timeout in seconds"));
+ printf(" --reconnect-timeout=SECONDS %s\n", _("Reconnection retry timeout (default is 300 seconds)"));
printf(" --resolve=HOST:IP %s\n", _("Use IP when connecting to HOST"));
printf(" --passtos %s\n", _("Copy TOS / TCLASS field into DTLS and ESP packets"));
printf(" --dtls-local-port=PORT %s\n", _("Set local port for DTLS and ESP datagrams"));
.OP \-\-protocol proto
.OP \-\-token\-mode mode
.OP \-\-token\-secret {secret\fR[\fI,counter\fR]|@\fIfile\fR}
-.OP \-\-reconnect\-timeout
+.OP \-\-reconnect\-timeout seconds
.OP \-\-resolve host:ip
.OP \-\-servercert sha1
.OP \-\-useragent string
.B ~/.stokenrc
by the "stoken import" command.
.TP
-.B \-\-reconnect\-timeout
-Keep reconnect attempts until so much seconds are elapsed. The default
-timeout is 300 seconds, which means that openconnect can recover
-VPN connection after a temporary network down time of 300 seconds.
+.B \-\-reconnect\-timeout=SECONDS
+After disconnection or Dead Peer Detection, keep trying to reconnect for
+.IR SECONDS .
+The default is 300 seconds, which means that
+openconnect can recover a VPN connection after a temporary network outage
+lasting up to 300 seconds.
.TP
.B \-\-resolve=HOST:IP
Automatically resolve the hostname