diff options
author | Werner Koch <[email protected]> | 2014-03-17 14:36:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-03-17 14:36:15 +0000 |
commit | 1d642d3ca890daa65ee5dd949a00747da6b49015 (patch) | |
tree | 621dd0e598dd073bf462a4d23f0e1e53225c8c66 /doc/gpg.texi | |
parent | gpg-connect-agent: Make it easier to connect to the dirmngr. (diff) | |
download | gnupg-1d642d3ca890daa65ee5dd949a00747da6b49015.tar.gz gnupg-1d642d3ca890daa65ee5dd949a00747da6b49015.zip |
gpg: New mechanism "clear" for --auto-key-locate.
* g10/getkey.c (parse_auto_key_locate): Implement "clear".
Diffstat (limited to '')
-rw-r--r-- | doc/gpg.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index e1ad33cfc..b926a8adb 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1482,6 +1482,10 @@ mechanisms, in the order they are to be tried: position of this mechanism in the list does not matter. It is not required if @code{local} is also used. + @item clear + Clear all defined mechanisms. This is usefule to override + mechanisms fiven in a config file. + @end table @item --keyid-format @code{short|0xshort|long|0xlong} |