diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-03-01 13:10:39 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-03-01 13:10:39 +0000 |
commit | d792019ada0e64d4cb24b2f43c7404c51fed0550 (patch) | |
tree | 7c1a62d0fc5370bba58be7f14d9f84c7c51b799d /src/tls_test-gaa.c | |
parent | 76699d66c0020076ecb62f4b43e59bd538ede730 (diff) | |
download | gnutls-d792019ada0e64d4cb24b2f43c7404c51fed0550.tar.gz |
Updated cli and server to read certificate and keys from command line
parameters. client, client-debug and server are now being installed.
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 d6d068e3b2..5d1a62433e 100644 --- a/src/tls_test-gaa.c +++ b/src/tls_test-gaa.c @@ -104,7 +104,7 @@ void __gaa_helpsingle(char short_name, char *name, void gaa_help(void) { - printf("tls_test help\nUsage: tls_test [options] hostname""\n"); + printf("gnutls-cli-debug help\nUsage: gnutls-cli-debug [options] hostname""\n"); __gaa_helpsingle('p', "port", """integer"" ", "The port to connect to."); __gaa_helpsingle('h', "help", "", "prints this help"); |