summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-05-22 21:49:15 +0200
committerSimon Josefsson <simon@josefsson.org>2010-05-22 21:49:15 +0200
commit5fc3704e32462fb649b912749afbba6578df6ce0 (patch)
treed9ff95f47032ead70c1e7a68f08d4e1df14cb82f /src
parent78149b946d3cff7be0acac9c25209d553a4c7504 (diff)
downloadgnutls-5fc3704e32462fb649b912749afbba6578df6ce0.tar.gz
Change GNU TLS into GnuTLS.
Diffstat (limited to 'src')
-rw-r--r--src/cli-gaa.c2
-rw-r--r--src/cli.gaa2
-rw-r--r--src/serv-gaa.c2
-rw-r--r--src/serv.gaa2
-rw-r--r--src/tls_test-gaa.c2
-rw-r--r--src/tls_test.gaa2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/cli-gaa.c b/src/cli-gaa.c
index 715b43b691..40c8447a5c 100644
--- a/src/cli-gaa.c
+++ b/src/cli-gaa.c
@@ -126,7 +126,7 @@ static void __gaa_helpsingle(char short_name, char *name,
void gaa_help(void)
{
- printf("GNU TLS test client\nUsage: gnutls-cli [options] hostname\n\n\n");
+ printf("GnuTLS test client\nUsage: gnutls-cli [options] hostname\n\n\n");
__gaa_helpsingle('d', "debug", "integer ", "Enable debugging");
__gaa_helpsingle('r', "resume", "", "Connect, establish a session. Connect again and resume this session.");
__gaa_helpsingle('e', "rehandshake", "", "Connect, establish a session and rehandshake immediately.");
diff --git a/src/cli.gaa b/src/cli.gaa
index 72502f7bf6..79866f4fa3 100644
--- a/src/cli.gaa
+++ b/src/cli.gaa
@@ -9,7 +9,7 @@ void cli_version(void);
#}
-helpnode "GNU TLS test client\nUsage: gnutls-cli [options] hostname\n\n"
+helpnode "GnuTLS test client\nUsage: gnutls-cli [options] hostname\n\n"
#int debug;
option (d, debug) INT "integer" { $debug = $1 } "Enable debugging"
diff --git a/src/serv-gaa.c b/src/serv-gaa.c
index 3f762efec8..ab7472b3fe 100644
--- a/src/serv-gaa.c
+++ b/src/serv-gaa.c
@@ -124,7 +124,7 @@ static void __gaa_helpsingle(char short_name, char *name,
void gaa_help(void)
{
- printf("GNU TLS test server\nUsage: gnutls-serv [options]\n\n\n");
+ printf("GnuTLS test server\nUsage: gnutls-serv [options]\n\n\n");
__gaa_helpsingle('d', "debug", "integer ", "Enable debugging");
__gaa_helpsingle('g', "generate", "", "Generate Diffie-Hellman and RSA-EXPORT Parameters.");
__gaa_helpsingle('p', "port", "integer ", "The port to connect to.");
diff --git a/src/serv.gaa b/src/serv.gaa
index 474542d4d2..f4607f0e5e 100644
--- a/src/serv.gaa
+++ b/src/serv.gaa
@@ -7,7 +7,7 @@ void serv_version(void);
#}
-helpnode "GNU TLS test server\nUsage: gnutls-serv [options]\n\n"
+helpnode "GnuTLS test server\nUsage: gnutls-serv [options]\n\n"
#int debug;
option (d, debug) INT "integer" { $debug = $1 } "Enable debugging"
diff --git a/src/tls_test-gaa.c b/src/tls_test-gaa.c
index c4f396de8e..d27ee1cd66 100644
--- a/src/tls_test-gaa.c
+++ b/src/tls_test-gaa.c
@@ -128,7 +128,7 @@ static void __gaa_helpsingle(char short_name, char *name,
void gaa_help(void)
{
- printf("GNU TLS debug client\nUsage: gnutls-cli-debug [options] hostname\n\n\n");
+ printf("GnuTLS debug client\nUsage: gnutls-cli-debug [options] hostname\n\n\n");
__gaa_helpsingle('p', "port", "integer ", "The port to connect to.");
__gaa_helpsingle('d', "debug", "integer ", "Enable debugging");
__gaa_helpsingle('V', "verbose", "", "More verbose output");
diff --git a/src/tls_test.gaa b/src/tls_test.gaa
index f28d99d136..64a3a960ec 100644
--- a/src/tls_test.gaa
+++ b/src/tls_test.gaa
@@ -11,7 +11,7 @@ void tls_test_version(void);
#}
-helpnode "GNU TLS debug client\nUsage: gnutls-cli-debug [options] hostname\n\n"
+helpnode "GnuTLS debug client\nUsage: gnutls-cli-debug [options] hostname\n\n"
#int pp;
option (p, port) INT "integer" { $pp = $1 } "The port to connect to."