]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Regenerate.
authorSimon Josefsson <simon@josefsson.org>
Tue, 26 May 2009 09:11:42 +0000 (11:11 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 26 May 2009 09:11:42 +0000 (11:11 +0200)
src/certtool-gaa.c
src/serv-gaa.c

index 89b6a10c87c884958bcfc5d695f52326e756c03a..c2d955189e1a8ae4460a5feae6af3af5a19d8bab 100644 (file)
@@ -138,8 +138,8 @@ void gaa_help(void)
        __gaa_helpsingle('q', "generate-request", "", "Generate a PKCS #10 certificate request.");
        __gaa_helpsingle('e', "verify-chain", "", "Verify a PEM encoded certificate chain. The last certificate in the chain must be a self signed one.");
        __gaa_helpsingle(0, "verify-crl", "", "Verify a CRL.");
-       __gaa_helpsingle(0, "generate-dh-params", "", "Generate PKCS #3 encoded Diffie Hellman parameters.");
-       __gaa_helpsingle(0, "get-dh-params", "", "Get the included PKCS #3 encoded Diffie Hellman parameters.");
+       __gaa_helpsingle(0, "generate-dh-params", "", "Generate PKCS #3 encoded Diffie-Hellman parameters.");
+       __gaa_helpsingle(0, "get-dh-params", "", "Get the included PKCS #3 encoded Diffie-Hellman parameters.");
        __gaa_helpsingle(0, "load-privkey", "FILE ", "Private key file to use.");
        __gaa_helpsingle(0, "load-request", "FILE ", "Certificate request file to use.");
        __gaa_helpsingle(0, "load-certificate", "FILE ", "Certificate file to use.");
index 011861e3b2bed1800044414c2476cc2eab8268b2..74c4705f3dd873b88787a31256c695f34a99f93e 100644 (file)
@@ -126,7 +126,7 @@ void gaa_help(void)
 {
        printf("GNU TLS test server\nUsage: gnutls-serv [options]\n\n\n");
        __gaa_helpsingle('d', "debug", "integer ", "Enable debugging");
-       __gaa_helpsingle('g', "generate", "", "Generate Diffie Hellman Parameters.");
+       __gaa_helpsingle('g', "generate", "", "Generate Diffie-Hellman Parameters.");
        __gaa_helpsingle('p', "port", "integer ", "The port to connect to.");
        __gaa_helpsingle('q', "quiet", "", "Suppress some messages.");
        __gaa_helpsingle(0, "nodb", "", "Does not use the resume database.");