summaryrefslogtreecommitdiffstats
path: root/src/openvpn/options.c
diff options
context:
space:
mode:
authorGert Doering <gert@greenie.muc.de>2013-05-18 12:43:01 +0200
committerDavid Sommerseth <davids@redhat.com>2013-06-11 19:20:12 +0200
commita1010a849dc3642037eed17c88f73aa2fb162e4d (patch)
tree16f73a0c4d34986efea4d3655015b070a1bef3eb /src/openvpn/options.c
parenta781d6714758489a808b55cdefc1d1623194e318 (diff)
downloadopenvpn-a1010a849dc3642037eed17c88f73aa2fb162e4d.tar.gz
openvpn-a1010a849dc3642037eed17c88f73aa2fb162e4d.tar.xz
openvpn-a1010a849dc3642037eed17c88f73aa2fb162e4d.zip
Improve documentation and help text for --route-ipv6.
Signed-off-by: Gert Doering <gert@greenie.muc.de> Acked-by: David Sommerseth <davids@redhat.com> Message-Id: 1368873781-29552-1-git-send-email-gert@greenie.muc.de URL: http://article.gmane.org/gmane.network.openvpn.devel/7598 Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'src/openvpn/options.c')
-rw-r--r--src/openvpn/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvpn/options.c b/src/openvpn/options.c
index 8975bbc..883136f 100644
--- a/src/openvpn/options.c
+++ b/src/openvpn/options.c
@@ -219,7 +219,7 @@ static const char usage_message[] =
"--route-ipv6 network/bits [gateway] [metric] :\n"
" Add IPv6 route to routing table after connection\n"
" is established. Multiple routes can be specified.\n"
- " gateway default: taken from --route-ipv6-gateway or --ifconfig\n"
+ " gateway default: taken from 'remote' in --ifconfig-ipv6\n"
"--max-routes n : Specify the maximum number of routes that may be defined\n"
" or pulled from a server.\n"
"--route-gateway gw|'dhcp' : Specify a default gateway for use with --route.\n"