summaryrefslogtreecommitdiff
path: root/src/certtool.gaa
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-26 10:52:22 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-26 10:52:22 +0200
commit43aab88f241f561000f601254a7a08a975749694 (patch)
tree4ce84ad8a92fe2fece6c4f6b6ec24c6088000ba9 /src/certtool.gaa
parentb3e693ee2951186b4fdc38f95da9508652f7918f (diff)
downloadgnutls-43aab88f241f561000f601254a7a08a975749694.tar.gz
Doc fixes.
Suggested by Peter Hendrickson <pdh@wiredyne.com>.
Diffstat (limited to 'src/certtool.gaa')
-rw-r--r--src/certtool.gaa4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/certtool.gaa b/src/certtool.gaa
index 786b063ccf..965dfd3ff7 100644
--- a/src/certtool.gaa
+++ b/src/certtool.gaa
@@ -33,8 +33,8 @@ option (e, verify-chain) { $action=ACTION_VERIFY_CHAIN; } "Verify a PEM encoded
option (verify-crl) { $action=ACTION_VERIFY_CRL; } "Verify a CRL."
-option (generate-dh-params) { $action=ACTION_GENERATE_DH; } "Generate PKCS #3 encoded Diffie Hellman parameters."
-option (get-dh-params) { $action=ACTION_GET_DH; } "Get the included PKCS #3 encoded Diffie Hellman parameters."
+option (generate-dh-params) { $action=ACTION_GENERATE_DH; } "Generate PKCS #3 encoded Diffie-Hellman parameters."
+option (get-dh-params) { $action=ACTION_GET_DH; } "Get the included PKCS #3 encoded Diffie-Hellman parameters."
#char *privkey;
option (load-privkey) STR "FILE" { $privkey = $1 } "Private key file to use."