diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-12-22 19:50:48 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-12-22 19:50:48 +0000 |
commit | 33e81c4841d8a39d901a859eade35df6f00b36b8 (patch) | |
tree | 50b2059a041449f0f993ecec43bcb2e749f69822 /options.c | |
parent | Added new option --route-method adaptive (Win32) (diff) | |
download | openvpn-33e81c4841d8a39d901a859eade35df6f00b36b8.tar.xz |
Man page and usage message changes to reflect
--ip-win32 adaptive and --route-method adaptive.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@859 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | options.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -530,7 +530,8 @@ static const char usage_message[] = " lease-time: Lease time in seconds.\n" " Default is one year.\n" "--route-method : Which method to use for adding routes on Windows?\n" - " ipapi (default) -- Use IP helper API.\n" + " adaptive (default) -- Try ipapi then fall back to exe.\n" + " ipapi -- Use IP helper API.\n" " exe -- Call the route.exe shell command.\n" "--dhcp-option type [parm] : Set extended TAP-Win32 properties, must\n" " be used with --ip-win32 dynamic. For options\n" |