summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-12-11 08:18:50 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2009-12-11 08:18:50 +0000
commit4580320b22946a1dd65039a6efcd616ee5e4ac3b (patch)
treed5196c3334c619ac376216d88e7b9c0e4757e90b /options.c
parente54724b077ef82c52eed4c3fae40d606fadc0bf6 (diff)
downloadopenvpn-4580320b22946a1dd65039a6efcd616ee5e4ac3b.tar.gz
openvpn-4580320b22946a1dd65039a6efcd616ee5e4ac3b.tar.xz
openvpn-4580320b22946a1dd65039a6efcd616ee5e4ac3b.zip
Version 2.1.0v2.1.0
* Updated ChangeLog. * Note in man page that clients connecting to a --multihome server should always use the --nobind option. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5266 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index ae4825c..c5ca8b6 100644
--- a/options.c
+++ b/options.c
@@ -2744,7 +2744,7 @@ static void
usage_version (void)
{
msg (M_INFO|M_NOPREFIX, "%s", title_string);
- msg (M_INFO|M_NOPREFIX, "Developed by James Yonan");
+ msg (M_INFO|M_NOPREFIX, "Originally developed by James Yonan");
msg (M_INFO|M_NOPREFIX, "Copyright (C) 2002-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>");
openvpn_exit (OPENVPN_EXIT_STATUS_USAGE); /* exit point */
}