diff options
author | Werner Koch <[email protected]> | 2010-02-02 14:06:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-02-02 14:06:19 +0000 |
commit | 8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0 (patch) | |
tree | a9ce6bafa8e38e858cb358debc967bb5436f0e15 /doc | |
parent | Fixed a regression introduced with 2.0.14. (diff) | |
download | gnupg-8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0.tar.gz gnupg-8459bcf95aef611feaa4ddb2ea9a50ee928ee9a0.zip |
Various changes to eventually support openpgp keys in pgp-agent.
Comment fixes.
Minor chnages in preparation of a W32CE port.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 4fdff42e4..8189ae8ac 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -888,6 +888,13 @@ Signs a public key with your secret key but marks it as non-exportable. This is a shortcut version of the subcommand "lsign" from @option{--edit-key}. +@ifclear gpgone +@item --passwd @var{user_id} +@opindex passwd +Change the passphrase of the secret key belonging to the certificate +specified as @var{user_id}. This is a shortcut for the sub-command +@code{passwd} of the edit key menu. +@end ifclear @end table |