mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
wks: Make --add-revocs the default.
* tools/gpg-wks-client.c (opt): New option --no-add-revocs. (main): Make --add-revocs the default. (command_send): Rename to ... (command_create): to match the command name.
This commit is contained in:
parent
2c7f7a5a27
commit
10c937ee68
2 changed files with 13 additions and 4 deletions
|
@ -216,12 +216,14 @@ addrspec, e.g. "postel@@isi.edu") per line. Empty lines and lines
|
|||
starting with a '#' are ignored.
|
||||
|
||||
@item --add-revocs
|
||||
@itemx --no-add-revocs
|
||||
@opindex add-revocs
|
||||
@opindex no-add-revocs
|
||||
If enabled append revocation certificates for the same addrspec as
|
||||
used in the WKD to the key. Modern gpg version are able to import and
|
||||
apply them for existing keys. Note that when used with the
|
||||
@option{--mirror} command the revocation are searched in the local
|
||||
keyring and not in an LDAP directory.
|
||||
keyring and not in an LDAP directory. The default is @option{--add-revocs}.
|
||||
|
||||
@item --verbose
|
||||
@opindex verbose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue