aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpg.texi
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-09-23 12:10:07 +0000
committerJustus Winter <[email protected]>2016-09-23 12:11:58 +0000
commit5420c821e8f095a13a2a0a5409d22fc75dccd130 (patch)
treeadc9e9c83727ca8b7c626b8881f19a50f92530d1 /doc/gpg.texi
parentg10: Spell out --recv-keys. (diff)
downloadgnupg-justus/issue2700.tar.gz
gnupg-justus/issue2700.zip
g10: Hyphenate --clearsign.justus/issue2700
* 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 <[email protected]>
Diffstat (limited to '')
-rw-r--r--doc/gpg.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi
index 050410578..596785dfb 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -174,8 +174,8 @@ 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
-@opindex clearsign
+@item --clear-sign
+@opindex clear-sign
Make a clear text signature. The content in a clear text signature is
readable without any special software. OpenPGP software is only needed
to verify the signature. Clear text signatures may modify end-of-line
@@ -2499,7 +2499,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
@@ -3425,7 +3425,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 clear text signature
@item gpg -sb @code{file}