mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Typo fixes.
Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
This commit is contained in:
parent
2d4e157d85
commit
11573b09c4
13 changed files with 70 additions and 14 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-07-17 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgsm.texi (Input and Output): Document --default-key.
|
||||
|
||||
2007-07-04 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpl.texi: Updated to GPLv3.
|
||||
|
|
|
@ -457,6 +457,14 @@ that @command{gpgsm} itself automagically imports any file with a
|
|||
passphrase encoded to the most commonly used encodings.
|
||||
|
||||
|
||||
@item --default-key @var{user_id}
|
||||
@opindex default-key
|
||||
Use @var{user_id} as the standard key for signing. This key is used if
|
||||
no other key has been defined as a signing key. Note, that the first
|
||||
@option{--local-users} option also sets this key if it has not yet been
|
||||
set; however @option{--default-key} always overrides this.
|
||||
|
||||
|
||||
@item --local-user @var{user_id}
|
||||
@item -u @var{user_id}
|
||||
@opindex local-user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue