diff options
author | Justus Winter <[email protected]> | 2016-11-14 15:59:23 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-12-13 16:30:55 +0000 |
commit | 892c827e72b1396e3b58e2f8869cc48328a2b59c (patch) | |
tree | 7e1bb783297cb7e0d215ab436f5ebc83a6999a79 /doc/howto-create-a-server-cert.texi | |
parent | g10,sm: Spell out --check-sigs. (diff) | |
download | gnupg-892c827e72b1396e3b58e2f8869cc48328a2b59c.tar.gz gnupg-892c827e72b1396e3b58e2f8869cc48328a2b59c.zip |
g10,sm: Spell out --gen-key.
* g10/gpg.c (opts): Spell out option.
* sm/gpgsm.c (opts): Likewise.
* doc/gpg.texi: Update accordingly.
GnuPG-bug-id: 2700
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'doc/howto-create-a-server-cert.texi')
-rw-r--r-- | doc/howto-create-a-server-cert.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/howto-create-a-server-cert.texi b/doc/howto-create-a-server-cert.texi index ea0ce7196..55f1a91a4 100644 --- a/doc/howto-create-a-server-cert.texi +++ b/doc/howto-create-a-server-cert.texi @@ -12,7 +12,7 @@ is no need for a configuration file, you may simply enter: @cartouche @example - $ gpgsm --gen-key >example.com.cert-req.pem + $ gpgsm --generate-key >example.com.cert-req.pem Please select what kind of key you want: (1) RSA (2) Existing key |