diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-10-04 12:45:11 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-10-04 12:45:11 +0200 |
commit | bc2d65e4a75ca5b6c61566e82eab7530d0e43d6b (patch) | |
tree | 75552ba57a8e24edeb1c8e6a59fae2a7f6189efd /doc | |
parent | 47922925bc4e277e69ae692d3205a9fcb00601bf (diff) | |
download | gnutls-bc2d65e4a75ca5b6c61566e82eab7530d0e43d6b.tar.gz |
autogen'ed files update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/invoke-gnutls-cli.texi | 35 |
1 files changed, 27 insertions, 8 deletions
diff --git a/doc/invoke-gnutls-cli.texi b/doc/invoke-gnutls-cli.texi index d02d52f9ad..94978e9b55 100644 --- a/doc/invoke-gnutls-cli.texi +++ b/doc/invoke-gnutls-cli.texi @@ -3,10 +3,10 @@ @pindex gnutls-cli @ignore # -*- buffer-read-only: t -*- vi: set ro: -# +# # DO NOT EDIT THIS FILE (invoke-gnutls-cli.texi) -# -# It has been AutoGen-ed May 5, 2013 at 03:51:56 PM by AutoGen 5.17.3 +# +# It has been AutoGen-ed October 4, 2013 at 12:44:32 PM by AutoGen 5.17 # From the definitions ../src/cli-args.def # and the template file agtexi-cmd.tpl @end ignore @@ -36,8 +36,8 @@ with a status code of 0. @exampleindent 0 @example -gnutls-cli - GnuTLS client -Usage: gnutls-cli [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [hostname] +gnutls-cli - GnuTLS client - Ver. @@VERSION@@ +USAGE: gnutls-cli [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [hostname] -d, --debug=num Enable debugging. - it must be in the range: @@ -102,14 +102,19 @@ Usage: gnutls-cli [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [hostname] 0 to 4096 --disable-sni Do not send a Server Name Indication (SNI) --disable-extensions Disable all the TLS extensions - -v, --version[=arg] output version information and exit - -h, --help display extended usage information and exit - -!, --more-help extended usage information passed thru pager + --inline-commands Inline commands of the form ^<cmd>^ + --inline-commands-prefix=str Change the default (^) used as a delimiter for inline commands. The +value is a single US-ASCII character (octets 0 - 127). + -v, --version[=arg] Output version information and exit + -h, --help Display extended usage information and exit + -!, --more-help Extended usage information passed thru pager Options are specified by doubled hyphens and their name or by a single hyphen and the flag character. Operands and options may be intermixed. They will be reordered. + + Simple client program to set up a TLS connection to some other computer. It sets up a TLS connection and forwards data from the standard input to the secured socket and vice versa. @@ -221,6 +226,18 @@ This option will set and enable the Application Layer Protocol Negotiation (ALP This is the ``disable all the tls extensions'' option. This option disables all TLS extensions. Deprecated option. Use the priority string. +@anchor{gnutls-cli inline-commands} +@subheading inline-commands option + +This is the ``inline commands of the form ^<cmd>^'' option. +Enable inline commands of the form ^<cmd>^. The inline commands are expected to be in a line by themselves +@anchor{gnutls-cli inline-commands-prefix} +@subheading inline-commands-prefix option + +This is the ``change the default (^) used as a delimiter for inline commands. + the value is a single us-ascii character (octets 0 - 127).'' option. +This option takes an argument string. +Change the default (^) delimiter used for inline commands. The delimiter is expected to be a single US-ASCII character (octets 0 - 127). This option is only relevant if inline commands are enabled via the inline-commands option @anchor{gnutls-cli exit status} @subheading gnutls-cli exit status @@ -234,6 +251,7 @@ The operation failed or the command syntax was not valid. @anchor{gnutls-cli See Also} @subheading gnutls-cli See Also gnutls-cli-debug(1), gnutls-serv(1) + @anchor{gnutls-cli Examples} @subheading gnutls-cli Examples @subheading Connecting using PSK authentication @@ -274,3 +292,4 @@ Compression: COMP-NULL Elliptic curves: CURVE-SECP384R1, CURVE-SECP521R1 PK-signatures: SIGN-RSA-SHA384, SIGN-ECDSA-SHA384, SIGN-RSA-SHA512, SIGN-ECDSA-SHA512 @end example + |