mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
g10: Spell out --recv-keys.
* g10/gpg.c (opts): Spell out option. * doc/gpg.texi: Update accordingly. GnuPG-bug-id: 2700 Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
dd3dde07a9
commit
ca59815234
2 changed files with 8 additions and 7 deletions
|
@ -470,7 +470,8 @@ static ARGPARSE_OPTS opts[] = {
|
|||
ARGPARSE_c (aDesigRevoke, "desig-revoke","@" ),
|
||||
ARGPARSE_c (aExport, "export" , N_("export keys") ),
|
||||
ARGPARSE_c (aSendKeys, "send-keys" , N_("export keys to a keyserver") ),
|
||||
ARGPARSE_c (aRecvKeys, "recv-keys" , N_("import keys from a keyserver") ),
|
||||
ARGPARSE_c (aRecvKeys, "receive-keys" , N_("import keys from a keyserver") ),
|
||||
ARGPARSE_c (aRecvKeys, "recv-keys" , "@"),
|
||||
ARGPARSE_c (aSearchKeys, "search-keys" ,
|
||||
N_("search for keys on a keyserver") ),
|
||||
ARGPARSE_c (aRefreshKeys, "refresh-keys",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue