diff --git a/doc/ChangeLog b/doc/ChangeLog index b8e7e6551..479a2abfb 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -8,6 +8,10 @@ the passphrase must be changed for this to take effect. Note that --pgp7 does not disable MDC. Document --no-mdc-warning. +2002-07-25 Werner Koch + + * gpg.sgml: Document new --delete behaviour. + 2002-07-25 David Shaw * gpg.sgml: Clarify the differences between "pref" and "showpref". diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 2ae5a7d80..8899121f7 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -490,19 +490,23 @@ This is a shortcut version of the subcommand "nrsign" from --edit. --delete-key &ParmName; -Remove key from the public keyring +Remove key from the public keyring. In batch mode either --yes is +required or the key must be specified by fingerprint. This is a +safeguard against accidental deletion of multiple keys. --delete-secret-key &ParmName; -Remove key from the secret and public keyring +Remove key from the secret and public keyring. In batch mode the key +must be specified by fingerprint. --delete-secret-and-public-key &ParmName; -Same as --delete-key, but if a secret key exists, it will be removed first. +Same as --delete-key, but if a secret key exists, it will be removed +first. In batch mode the key must be specified by fingerprint.