From f86b1a15ad4bb7bcc1e9f7d209aabcb23641f7df Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 15 Nov 2016 13:03:29 +0100 Subject: 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 --- doc/gpg.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3