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 | |
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')
-rw-r--r-- | src/tls_test.gaa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls_test.gaa b/src/tls_test.gaa index de04bd7478..571e059956 100644 --- a/src/tls_test.gaa +++ b/src/tls_test.gaa @@ -1,4 +1,4 @@ -helpnode "tls_test help\nUsage: tls_test [options] hostname" +helpnode "gnutls-cli-debug help\nUsage: gnutls-cli-debug [options] hostname" #int pp; option (p, port) INT "integer" { $pp = $1 } "The port to connect to." |