diff options
author | Werner Koch <[email protected]> | 2017-01-11 09:35:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-01-11 09:42:44 +0000 |
commit | da894c48ec3393e7c815f575daa5a52ab37cc102 (patch) | |
tree | 23f2e7a02467f558a8aaeabfa956e4f7df695516 /doc/dirmngr.texi | |
parent | dirmngr: Add debug code to http.c. (diff) | |
download | gnupg-da894c48ec3393e7c815f575daa5a52ab37cc102.tar.gz gnupg-da894c48ec3393e7c815f575daa5a52ab37cc102.zip |
dirmngr: Implement debug option "network" for http.
* dirmngr/dirmngr.c (parse_rereadable_options): Set http debugging.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/dirmngr.texi')
-rw-r--r-- | doc/dirmngr.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi index 4448bf0e6..e27157c00 100644 --- a/doc/dirmngr.texi +++ b/doc/dirmngr.texi @@ -198,9 +198,11 @@ however carefully selected to best aid in debugging. @item --debug @var{flags} @opindex debug -This option is only useful for debugging and the behavior may change at -any time without notice. FLAGS are bit encoded and may be given in -usual C-Syntax. +Set debugging flags. This option is only useful for debugging and its +behavior may change with a new release. All flags are or-ed and may +be given in C syntax (e.g. 0x0042) or as a comma separated list of +flag names. To get a list of all supported flags the single word +"help" can be used. @item --debug-all @opindex debug-all |