diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gpg.sgml | 7 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 47332c320..deb9a7730 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-20 Werner Koch <[email protected]> + + * gpg.sgml: Document -K. + 2004-09-16 David Shaw <[email protected]> * DETAILS: Document the 'spk' signature subpacket record. Add diff --git a/doc/gpg.sgml b/doc/gpg.sgml index f74bd43e0..f5bb0695f 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -252,7 +252,7 @@ scripts and other programs. <varlistentry> -<term>--list-secret-keys &OptParmNames;</term> +<term>-K, --list-secret-keys &OptParmNames;</term> <listitem><para> List all keys from the secret keyrings, or just the ones given on the command line. A '#' after the letters 'sec' means that the secret key @@ -410,6 +410,11 @@ Revoke a user id.</para></listitem></varlistentry> <listitem><para> Add a subkey to this key.</para></listitem></varlistentry> <varlistentry> + <term>addcardkey</term> + <listitem><para> +Generate a key on a card and add it +to this key.</para></listitem></varlistentry> + <varlistentry> <term>delkey</term> <listitem><para> Remove a subkey.</para></listitem></varlistentry> |