mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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 <justus@g10code.com>
This commit is contained in:
parent
9147737f1c
commit
892c827e72
8 changed files with 23 additions and 20 deletions
|
@ -23,7 +23,7 @@
|
|||
(define (genkey config)
|
||||
(pipe:do
|
||||
(pipe:echo config)
|
||||
(pipe:spawn `(,(tool 'gpg) --quiet --batch --gen-key))))
|
||||
(pipe:spawn `(,(tool 'gpg) --quiet --batch --generate-key))))
|
||||
|
||||
(info "Checking batch key generation")
|
||||
(genkey "Key-Type: DSA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue