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/faq.org | |
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/faq.org')
-rw-r--r-- | doc/faq.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.org b/doc/faq.org index 22d07f073..8fc3775bb 100644 --- a/doc/faq.org +++ b/doc/faq.org @@ -1243,7 +1243,7 @@ update this FAQ in the next month. See the section "Changes" for recent updates To generate a secret/public keypair, run: - : $ gpg --gen-key + : $ gpg --generate-key and choose the default values. |