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/gpgsm.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/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index e3e852c2a..2e53a5674 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -165,8 +165,8 @@ use @samp{--help} to get a list of supported operations. @subsection How to manage the certificates and keys @table @gnupgtabopt -@item --gen-key -@opindex gen-key +@item --generate-key +@opindex generate-key This command allows the creation of a certificate signing request or a self-signed certificate. It is commonly used along with the @option{--output} option to save the created CSR or certificate into a @@ -1005,7 +1005,7 @@ this is a missing certificate. @node CSR and certificate creation @subsection CSR and certificate creation -The command @option{--gen-key} may be used along with the option +The command @option{--generate-key} may be used along with the option @option{--batch} to either create a certificate signing request (CSR) or an X.509 certificate. This is controlled by a parameter file; the format of this file is as follows: |