diff options
author | Werner Koch <[email protected]> | 2016-04-29 09:05:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-04-29 09:05:55 +0000 |
commit | 300b227cf457deb918f25bcece0d734b61ae1348 (patch) | |
tree | b733e7f3233446a63661be32e7400ee839581bb6 | |
parent | gpg: Remove all assert.h and s/assert/log_assert/. (diff) | |
download | gnupg-300b227cf457deb918f25bcece0d734b61ae1348.tar.gz gnupg-300b227cf457deb918f25bcece0d734b61ae1348.zip |
doc: Fix name of gpg's option --tofu-policy
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | doc/gpg.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index c10678bbd..3cad36179 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -567,8 +567,8 @@ Use the source, Luke :-). The output format is still subject to change. Pack or unpack an arbitrary input into/from an OpenPGP ASCII armor. This is a GnuPG extension to OpenPGP and in general not very useful. -@item --tofu-set-policy @code{auto|good|unknown|bad|ask} @code{key...} -@opindex tofu-set-policy +@item --tofu-policy @code{auto|good|unknown|bad|ask} @code{key...} +@opindex tofu-policy Set the TOFU policy for all the bindings associated with the specified keys. For more information about the meaning of the policies, @pxref{trust-model-tofu}. The keys may be specified either by their |