diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-12 08:36:00 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-11-12 08:36:00 +0000 |
commit | f19f12c8b90bfefc716c6e359bc10ab1a53c74d8 (patch) | |
tree | 4e1f3b6b906bab2e1a2efa1dcb1862917c745f25 /options.c | |
parent | Merged --remote-cert-ku, --remote-cert-eku, and (diff) | |
download | openvpn-f19f12c8b90bfefc716c6e359bc10ab1a53c74d8.tar.xz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |