diff options
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r-- | doc/gpgme.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 52abd4a7..36c2b32b 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -3150,6 +3150,10 @@ trust-model changes the default trust-model for future operations. A change in the trust-model also can have unintended side effects, like rebuilding the trust-db. +@item "extended-edit" +This flag passes the option @option{--expert} to gpg key edit. This +can be used to get additional callbacks in @code{gpgme_op_edit}. + @end table This function returns @code{0} on success. |