diff options
author | Justus Winter <justus@g10code.com> | 2016-11-14 16:59:23 +0100 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2016-12-13 17:30:55 +0100 |
commit | 892c827e72b1396e3b58e2f8869cc48328a2b59c (patch) | |
tree | 7e1bb783297cb7e0d215ab436f5ebc83a6999a79 /tests | |
parent | g10,sm: Spell out --check-sigs. (diff) | |
download | gnupg2-892c827e72b1396e3b58e2f8869cc48328a2b59c.tar.xz gnupg2-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 <justus@g10code.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/openpgp/genkey1024.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/openpgp/genkey1024.scm b/tests/openpgp/genkey1024.scm index e5008c363..60eba0bed 100755 --- a/tests/openpgp/genkey1024.scm +++ b/tests/openpgp/genkey1024.scm @@ -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 |