aboutsummaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorRobert Fischer <ml-openvpn@trispace.org>2011-04-21 21:36:10 +0200
committerDavid Sommerseth <davids@redhat.com>2011-06-14 11:05:36 +0200
commit54d40afdfa56f38030d7b440cb379abf9c9ddabc (patch)
tree5af58511f1d216c4a9a2293a9ba2e0b33bc0363a /options.c
parentFix compiling issues with pkcs11 when --disable-management is configured (diff)
downloadopenvpn-54d40afdfa56f38030d7b440cb379abf9c9ddabc.tar.xz
Added info about --show-proxy-settings
Signed-off-by: Robert Fischer <ml-openvpn@trispace.org> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to '')
-rw-r--r--options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.c b/options.c
index 169a8e8..ab4228d 100644
--- a/options.c
+++ b/options.c
@@ -118,6 +118,7 @@ static const char usage_message[] =
"--connect-retry-max n : Maximum connection attempt retries, default infinite.\n"
#ifdef GENERAL_PROXY_SUPPORT
"--auto-proxy : Try to sense proxy settings (or lack thereof) automatically.\n"
+ "--show-proxy-settings : Show sensed proxy settings.\n"
#endif
#ifdef ENABLE_HTTP_PROXY
"--http-proxy s p [up] [auth] : Connect to remote host\n"