mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Add new option --debug-iolbf.
* g10/gpg.c (oDebugIOLBF): new. (opts): Add --debug-iolbf. (main): Set option. -- This option is convenient for debugging to make sure that debug output to stderr is synced with output to stdout. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
24a75201da
commit
c581ed717a
2 changed files with 11 additions and 1 deletions
|
@ -2451,6 +2451,11 @@ be given in C syntax (e.g. 0x0042).
|
|||
@opindex debug-all
|
||||
Set all useful debugging flags.
|
||||
|
||||
@item --debug-iolbf
|
||||
@opindex debug-iolbf
|
||||
Set stdout into line buffered mode. This option is only honored when
|
||||
given on the command line.
|
||||
|
||||
@item --faked-system-time @var{epoch}
|
||||
@opindex faked-system-time
|
||||
This option is only useful for testing; it sets the system time back or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue