diff options
author | Werner Koch <[email protected]> | 2015-04-06 12:07:50 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-04-06 12:07:50 +0000 |
commit | c581ed717ad2cc4be90c46253baa44a0d3ba5b80 (patch) | |
tree | 83c9f8632e773ca6261e74701226f9fbef80f2e8 /doc | |
parent | Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG. (diff) | |
download | gnupg-c581ed717ad2cc4be90c46253baa44a0d3ba5b80.tar.gz gnupg-c581ed717ad2cc4be90c46253baa44a0d3ba5b80.zip |
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 <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 741271ec4..393cf2417 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -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 |