diff options
author | Justus Winter <[email protected]> | 2016-12-09 14:10:39 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-12-13 16:30:55 +0000 |
commit | 09163a6390bd9713f3a7946de739765b30ef6f64 (patch) | |
tree | f769c7325a35642bb67579bbbd4a62ce828936e5 /doc | |
parent | g10,sm: Spell out --gen-key. (diff) | |
download | gnupg-09163a6390bd9713f3a7946de739765b30ef6f64.tar.gz gnupg-09163a6390bd9713f3a7946de739765b30ef6f64.zip |
g10: Spell out --full-gen-key.
* g10/gpg.c (opts): Spell out option.
(main): Likewise.
* g10/keygen.c (generate_keypair): Likewise.
* doc/gpg.texi: Update accordingly.
GnuPG-bug-id: 2700
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 3f7375472..ff99864e2 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -688,7 +688,7 @@ the standard command to create a new key. In addition to the key a revocation certificate is created and stored in the @file{openpgp-revocs.d} directory below the GnuPG home directory. -@item --full-gen-key +@item --full-generate-key @opindex gen-key Generate a new key pair with dialogs for all options. This is an extended version of @option{--generate-key}. |