diff options
author | Justus Winter <[email protected]> | 2016-12-15 11:44:52 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-12-15 11:44:52 +0000 |
commit | bc6b76ef26f31c54ae1c29c761b8ecc437fcf565 (patch) | |
tree | 977b3e2cc67c137c0c0c8e32e168c1e09ea489fb /doc/gpgsm.texi | |
parent | dirmngr: First patch to re-enable Tor support. (diff) | |
download | gnupg-bc6b76ef26f31c54ae1c29c761b8ecc437fcf565.tar.gz gnupg-bc6b76ef26f31c54ae1c29c761b8ecc437fcf565.zip |
doc: Add aliases of all changed options.
* doc/gpg.texi: Add the old version of every option that was updated
with the last change set.
* doc/gpgsm.texi: Likewise.
GnuPG-bug-id: 2700
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index d7d3770bd..b92eaea43 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -167,6 +167,8 @@ use @samp{--help} to get a list of supported operations. @table @gnupgtabopt @item --generate-key @opindex generate-key +@itemx --gen-key +@opindex gen-key This command allows the creation of a certificate signing request or a self-signed certificate. It is commonly used along with the @option{--output} option to save the created CSR or certificate into a @@ -285,6 +287,8 @@ and in turn the @command{scdaemon}. @item --change-passphrase @var{user_id} @opindex change-passphrase +@itemx --passwd @var{user_id} +@opindex passwd Change the passphrase of the private key belonging to the certificate specified as @var{user_id}. Note, that changing the passphrase/PIN of a smartcard is not yet supported. |