diff options
Diffstat (limited to 'doc/tools.texi')
-rw-r--r-- | doc/tools.texi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/tools.texi b/doc/tools.texi index d10b806eb..4187293c6 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -955,6 +955,16 @@ When using @option{-S} or @option{--exec}, @command{gpg-connect-agent} connects to the assuan server in extended mode to allow descriptor passing. This option makes it use the old mode. +@item --hex +@opindex hex +Print data lines in a hex format and the ASCII representation of +non-control characters. + +@item --decode +@opindex decode +Decode data lines. That is to remove percent escapes but make sure that +a new line always starts with a D and a space. + @end table @mansect control commands @@ -995,6 +1005,14 @@ input source for other commands. @item /recvfd Not yet implemented. +@item /hex +@itemx /nohex +Same as the command line option @option{--hex}. + +@item /decode +@itemx /nodecode +Same as the command line option @option{--decode}. + @item /help Print a list of available control commands. |