diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-03 02:46:31 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-03 02:46:31 +0000 |
commit | 9bfae3633bc81be487b5dbd75c6e82a1430b30e8 (patch) | |
tree | bbbfaa5985331047956bee91d4bc8f8a98ce8309 /options.c | |
parent | Documented --route-nopull. (diff) | |
download | openvpn-9bfae3633bc81be487b5dbd75c6e82a1430b30e8.tar.xz |
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 '')
-rw-r--r-- | options.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |