summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-11-03 01:57:37 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-11-03 01:57:37 +0000
commita4d621ec2e892b31954ccd9a78851fa858e47c20 (patch)
tree3c20542b4a11943f655855e6ce5febdc10df1f00 /options.c
parent03653f422fa6f9ff48b3f78c420510f12549f6d8 (diff)
downloadopenvpn-a4d621ec2e892b31954ccd9a78851fa858e47c20.tar.gz
openvpn-a4d621ec2e892b31954ccd9a78851fa858e47c20.tar.xz
openvpn-a4d621ec2e892b31954ccd9a78851fa858e47c20.zip
Documented --route-nopull.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@767 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.c b/options.c
index 9231110..ea00128 100644
--- a/options.c
+++ b/options.c
@@ -165,6 +165,8 @@ static const char usage_message[] =
"--route-up cmd : Execute shell cmd after routes are added.\n"
"--route-noexec : Don't add routes automatically. Instead pass routes to\n"
" --route-up script using environmental variables.\n"
+ "--route-nopull : When used with --client or --pull, accept options pushed\n"
+ " by server EXCEPT for routes.\n"
"--redirect-gateway [flags]: (Experimental) Automatically execute routing\n"
" commands to redirect all outgoing IP traffic through the\n"
" VPN. Add 'local' flag if both " PACKAGE_NAME " servers are directly\n"