mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
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'.
This commit is contained in:
parent
d7a3c455c5
commit
d89557fe95
2 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue