mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
g10: Hyphenate --clearsign.
* g10/gpg.c (opts): Hyphenate option. * doc/gpg.texi: Update accordingly. * po: Update translations. * tests/openpgp: Update tests. GnuPG-bug-id: 2700 Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
ca59815234
commit
04754ce3a7
29 changed files with 115 additions and 114 deletions
|
@ -179,8 +179,8 @@ decrypted using a secret key or a passphrase). The signing key is
|
|||
chosen by default or can be set explicitly using the
|
||||
@option{--local-user} and @option{--default-key} options.
|
||||
|
||||
@item --clearsign
|
||||
@opindex clearsign
|
||||
@item --clear-sign
|
||||
@opindex clear-sign
|
||||
Make a cleartext signature. The content in a cleartext signature is
|
||||
readable without any special software. OpenPGP software is only needed
|
||||
to verify the signature. cleartext signatures may modify end-of-line
|
||||
|
@ -2521,7 +2521,7 @@ to safely override the algorithm chosen by the recipient key
|
|||
preferences, as GPG will only select an algorithm that is usable by
|
||||
all recipients. The most highly ranked digest algorithm in this list
|
||||
is also used when signing without encryption
|
||||
(e.g. @option{--clearsign} or @option{--sign}).
|
||||
(e.g. @option{--clear-sign} or @option{--sign}).
|
||||
|
||||
@item --personal-compress-preferences @code{string}
|
||||
@opindex personal-compress-preferences
|
||||
|
@ -3464,7 +3464,7 @@ Operation is further controlled by a few environment variables:
|
|||
@item gpg -se -r @code{Bob} @code{file}
|
||||
sign and encrypt for user Bob
|
||||
|
||||
@item gpg --clearsign @code{file}
|
||||
@item gpg --clear-sign @code{file}
|
||||
make a cleartext signature
|
||||
|
||||
@item gpg -sb @code{file}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue