diff options
author | Werner Koch <wk@gnupg.org> | 2016-11-15 13:03:29 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2016-11-15 13:06:49 +0100 |
commit | f86b1a15ad4bb7bcc1e9f7d209aabcb23641f7df (patch) | |
tree | 55eed29649c45f34ab57c903460c2c7d6af8385a /doc/gpg.texi | |
parent | g10: Fix memory leak. (diff) | |
download | gnupg2-f86b1a15ad4bb7bcc1e9f7d209aabcb23641f7df.tar.xz gnupg2-f86b1a15ad4bb7bcc1e9f7d209aabcb23641f7df.zip |
gpg: New option --compliance.
* g10/gpg.c (oCompliance): New.
(opts): Add "--compliance".
(parse_tofu_policy): Use a generic description string for "help".
(parse_compliance_option): New.
(main): Add option oCompliance. Factor out code for compliance
setting to ...
(set_compliance_option): new.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'doc/gpg.texi')
-rw-r--r-- | doc/gpg.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 6cc35e04e..aff3aebbc 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2618,6 +2618,12 @@ this does is disable @option{--throw-keyids} and set @option{--escape-from-lines}. All algorithms are allowed except for the SHA224, SHA384, and SHA512 digests. +@item --compliance @var{string} +@opindex compliance +This option can be used instead of one of the options above. Valid +values for @var{string} are the above option names (without the double +dash) and possibly others as shown when using "help" for @var{value}. + @end table |