summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-11-12 08:36:00 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-11-12 08:36:00 +0000
commitf19f12c8b90bfefc716c6e359bc10ab1a53c74d8 (patch)
tree4e1f3b6b906bab2e1a2efa1dcb1862917c745f25 /options.c
parent411e89ae6fa195885dc13c594235893c22cb33d8 (diff)
downloadopenvpn-f19f12c8b90bfefc716c6e359bc10ab1a53c74d8.tar.gz
openvpn-f19f12c8b90bfefc716c6e359bc10ab1a53c74d8.tar.xz
openvpn-f19f12c8b90bfefc716c6e359bc10ab1a53c74d8.zip
Fixed minor typos in --remote-cert-* documentation.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@798 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 97fb130..6cca837 100644
--- a/options.c
+++ b/options.c
@@ -469,7 +469,7 @@ static const char usage_message[] =
" value should be given in hex format.\n"
"--remote-cert-eku oid : Require that the peer certificate was signed with\n"
" explicit extended key usage. Extended key usage can be encoded\n"
- " as on object identifier or OpenSSL string representation.\n"
+ " as an object identifier or OpenSSL string representation.\n"
"--remote-cert-tls t: Require that peer certificate was signed with explicit\n"
" key usage and extended key usage based on TLS rules.\n"
" t = 'client | 'server'.\n"