mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
* gpg.sgml: Document new --delete behaviour.
This commit is contained in:
parent
4493a9603b
commit
557e7ccda0
@ -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 <wk@gnupg.org>
|
||||
|
||||
* gpg.sgml: Document new --delete behaviour.
|
||||
|
||||
2002-07-25 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpg.sgml: Clarify the differences between "pref" and "showpref".
|
||||
|
10
doc/gpg.sgml
10
doc/gpg.sgml
@ -490,19 +490,23 @@ This is a shortcut version of the subcommand "nrsign" from --edit.
|
||||
<varlistentry>
|
||||
<term>--delete-key &ParmName;</term>
|
||||
<listitem><para>
|
||||
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.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--delete-secret-key &ParmName;</term>
|
||||
<listitem><para>
|
||||
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.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--delete-secret-and-public-key &ParmName;</term>
|
||||
<listitem><para>
|
||||
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.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
|
Loading…
x
Reference in New Issue
Block a user