summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorRobert Fischer <ml-openvpn@trispace.org>2011-04-21 22:55:52 +0200
committerDavid Sommerseth <davids@redhat.com>2011-06-14 11:14:03 +0200
commitca8af756c52ab7a4aecb857f60d6124e58458f0a (patch)
treea66d65202377ec23be5e1e165e6b6bd3ba13d25d /options.c
parent54d40afdfa56f38030d7b440cb379abf9c9ddabc (diff)
downloadopenvpn-ca8af756c52ab7a4aecb857f60d6124e58458f0a.tar.gz
openvpn-ca8af756c52ab7a4aecb857f60d6124e58458f0a.tar.xz
openvpn-ca8af756c52ab7a4aecb857f60d6124e58458f0a.zip
Documented --x509-username-field option
Also fixed a typo in the --help screen. 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 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index ab4228d..77e7c7f 100644
--- a/options.c
+++ b/options.c
@@ -538,7 +538,7 @@ static const char usage_message[] =
"--pkcs12 file : PKCS#12 file containing local private key, local certificate\n"
" and optionally the root CA certificate.\n"
#ifdef ENABLE_X509ALTUSERNAME
- "--x509-username-field : Field used in x509 certificat to be username.\n"
+ "--x509-username-field : Field used in x509 certificate to be username.\n"
" Default is CN.\n"
#endif
"--verify-hash : Specify SHA1 fingerprint for level-1 cert.\n"