summaryrefslogtreecommitdiffstats
path: root/doc/gpg.texi
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2016-11-15 13:03:29 +0100
committerWerner Koch <wk@gnupg.org>2016-11-15 13:06:49 +0100
commitf86b1a15ad4bb7bcc1e9f7d209aabcb23641f7df (patch)
tree55eed29649c45f34ab57c903460c2c7d6af8385a /doc/gpg.texi
parentg10: Fix memory leak. (diff)
downloadgnupg2-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.texi6
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