Tizen 2.0 Release
[external/libgnutls26.git] / doc / manpages / gnutls-cli-debug.1
1 .TH gnutls\-cli\-debug 1 "December 1st 2003"
2 .SH NAME
3 gnutls\-cli\-debug \- GnuTLS test client, with verbose output
4 .SH SYNOPSIS
5 gnutls\-cli\-debug [\fIoptions\fR] \fIhostname\fI
6 .SH DESCRIPTION
7 Simple client program to set up a TLS connection to some other
8 computer.  Like
9 .BR gnutls\-cli (1),
10 it sets up a TLS connection and forwards data from the standard input
11 to the socket.  Any information about the TLS control connection is
12 printed to standard error.
13 .SH OPTIONS
14 .IP "\-d, \-\-debug \fIinteger\fR"
15 Enable debugging.
16 .IP "\-p, \-\-port \fIinteger\fR"
17 The port to connect to.
18 .IP "\-h, \-\-help"
19 Prints a short reminder of the command line options.
20 .IP "\-v, \-\-verbose"
21 Even more verbose output.
22 .SH "SEE ALSO"
23 .BR gnutls\-cli (1),
24 .BR gnutls\-serv (1)
25 .SH AUTHOR
26 .PP
27 Nikos Mavroyanopoulos <nmav@gnutls.org> and others; see
28 /usr/share/doc/gnutls-bin/AUTHORS for a complete list.
29 .PP
30 This manual page was written by Ivo Timmermans <ivo@debian.org>, for
31 the Debian GNU/Linux system (but may be used by others).