summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-11-03 02:46:31 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-11-03 02:46:31 +0000
commit9bfae3633bc81be487b5dbd75c6e82a1430b30e8 (patch)
treebbbfaa5985331047956bee91d4bc8f8a98ce8309 /options.c
parenta4d621ec2e892b31954ccd9a78851fa858e47c20 (diff)
downloadopenvpn-9bfae3633bc81be487b5dbd75c6e82a1430b30e8.tar.gz
openvpn-9bfae3633bc81be487b5dbd75c6e82a1430b30e8.tar.xz
openvpn-9bfae3633bc81be487b5dbd75c6e82a1430b30e8.zip
Documented --ip-win32 adaptive.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@768 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'options.c')
-rw-r--r--options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/options.c b/options.c
index ea00128..4b66a45 100644
--- a/options.c
+++ b/options.c
@@ -499,8 +499,8 @@ static const char usage_message[] =
"\n"
"Windows Specific:\n"
"--ip-win32 method : When using --ifconfig on Windows, set TAP-Win32 adapter\n"
- " IP address using method = manual, netsh, ipapi, or\n"
- " dynamic (default = ipapi).\n"
+ " IP address using method = manual, netsh, ipapi,\n"
+ " dynamic, or adaptive (default = adaptive).\n"
" Dynamic method allows two optional parameters:\n"
" offset: DHCP server address offset (> -256 and < 256).\n"
" If 0, use network address, if >0, take nth\n"