diff options
author | Werner Koch <[email protected]> | 2022-06-02 13:56:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-06-02 13:56:59 +0000 |
commit | d89557fe95bf8dd92594871093814c6b0b39f4a2 (patch) | |
tree | 15290d7d57ef6ef772ac177bbd5bd3c9a0a3fc14 /doc/tools.texi | |
parent | agent: Support --format=ssh option for READKEY. (diff) | |
download | gnupg-d89557fe95bf8dd92594871093814c6b0b39f4a2.tar.gz gnupg-d89557fe95bf8dd92594871093814c6b0b39f4a2.zip |
tools: Minor fix to gpg-connect-agent options.
* tools/gpg-connect-agent.c (enum cmd_and_opt_values): Move
oUnBuffered more to the top so that oNoop won't not get the value 'v'.
Diffstat (limited to 'doc/tools.texi')
-rw-r--r-- | doc/tools.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tools.texi b/doc/tools.texi index 1632b1212..e22a2285f 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -1451,6 +1451,13 @@ non-control characters. Decode data lines. That is to remove percent escapes but make sure that a new line always starts with a D and a space. +@item -u +@itemx --unbuffered +@opindex unbuffered +Set stdin and stdout into unbuffered I/O mode. This this sometimes +useful for scripting. + + @end table @mansect control commands |