2008-05-15 Marcus Brinkmann <marcus@g10code.de>

* gpg.texi (Operational GPG Commands): Mention the way to change
	the default signing key.
This commit is contained in:
Marcus Brinkmann 2008-05-15 10:59:35 +00:00
parent fc797016da
commit 102b285a2d
2 changed files with 18 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2008-05-15 Marcus Brinkmann <marcus@g10code.de>
* gpg.texi (Operational GPG Commands): Mention the way to change
the default signing key.
2008-05-06 Werner Koch <wk@g10code.com> 2008-05-06 Werner Koch <wk@g10code.com>
* Makefile.am (myman_pages): Add gpg-zip.1. * Makefile.am (myman_pages): Add gpg-zip.1.

View File

@ -175,18 +175,23 @@ abbreviate this command.
@itemx -s @itemx -s
@opindex sign @opindex sign
Make a signature. This command may be combined with @option{--encrypt} Make a signature. This command may be combined with @option{--encrypt}
(for a signed and encrypted message), @option{--symmetric} (for a signed (for a signed and encrypted message), @option{--symmetric} (for a
and symmetrically encrypted message), or @option{--encrypt} and signed and symmetrically encrypted message), or @option{--encrypt} and
@option{--symmetric} together (for a signed message that may be @option{--symmetric} together (for a signed message that may be
decrypted via a secret key or a passphrase). decrypted via a secret key or a passphrase). The key to be used for
signing is chosen by default or can be set with the
@option{--local-user} and @option{--default-key} options.
@item --clearsign @item --clearsign
@opindex clearsign @opindex clearsign
Make a clear text signature. The content in a clear text signature is Make a clear text signature. The content in a clear text signature is
readable without any special software. OpenPGP software is only readable without any special software. OpenPGP software is only needed
needed to verify the signature. Clear text signatures may modify to verify the signature. Clear text signatures may modify end-of-line
end-of-line whitespace for platform independence and are not intended whitespace for platform independence and are not intended to be
to be reversible. reversible. The key to be used for signing is chosen by default or
can be set with the @option{--local-user} and @option{--default-key}
options.
@item --detach-sign @item --detach-sign
@itemx -b @itemx -b