diff options
author | Werner Koch <wk@gnupg.org> | 2023-06-15 15:00:28 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2023-06-15 15:00:28 +0200 |
commit | bf04b07327a5d2a7197df36daaa764b8ad5706e4 (patch) | |
tree | 9716640cd8319502b236d8d97e94ff3e03ed978c /doc/dirmngr.texi | |
parent | gpgtar: New option --no-compress. (diff) | |
download | gnupg2-bf04b07327a5d2a7197df36daaa764b8ad5706e4.tar.xz gnupg2-bf04b07327a5d2a7197df36daaa764b8ad5706e4.zip |
dirmngr: New option --compatibility-flags.
* dirmngr/dirmngr.c (oCompatibilityFlags): NEw.
(opts): Add option --compatibility-flags.
(compatibility_flags): New.
(parse_rereadable_options): Parse them.
Diffstat (limited to 'doc/dirmngr.texi')
-rw-r--r-- | doc/dirmngr.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi index 8e0979c3e..f17c6206c 100644 --- a/doc/dirmngr.texi +++ b/doc/dirmngr.texi @@ -167,6 +167,14 @@ Append all logging output to @var{file}. This is very helpful in seeing what the agent actually does. Use @file{socket://} to log to socket. +@item --compatibility-flags @var{flags} +@opindex compatibility-flags +Set compatibility flags to work around certain problems or to emulate +bugs. The @var{flags} are given as a comma separated list of flag +names and are OR-ed together. The special flag "none" clears the list +and allows to start over with an empty list. To get a list of +available flags the sole word "help" can be used. + @item --debug-level @var{level} @opindex debug-level Select the debug level for investigating problems. @var{level} may be a |