mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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 <justus@g10code.com>
This commit is contained in:
parent
892c827e72
commit
09163a6390
3 changed files with 6 additions and 5 deletions
|
@ -4319,7 +4319,7 @@ generate_keypair (ctrl_t ctrl, int full, const char *fname,
|
|||
#else
|
||||
GPG_NAME
|
||||
#endif
|
||||
, "--full-gen-key" );
|
||||
, "--full-generate-key" );
|
||||
|
||||
err = parse_key_parameter_string (NULL, -1,
|
||||
&algo, &size, &keyuse, &curve,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue