diff options
Diffstat (limited to 'src/tls_test-gaa.c')
-rw-r--r-- | src/tls_test-gaa.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |