mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
doc: Consistently use 'keyserver'.
-- GnuPG-bug-id: 2383 Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
8d0ff5c2c2
commit
5ddccf4fc6
34 changed files with 100 additions and 100 deletions
|
@ -448,10 +448,10 @@ static ARGPARSE_OPTS opts[] = {
|
|||
ARGPARSE_c (aPasswd, "passwd", N_("change a passphrase")),
|
||||
ARGPARSE_c (aDesigRevoke, "desig-revoke","@" ),
|
||||
ARGPARSE_c (aExport, "export" , N_("export keys") ),
|
||||
ARGPARSE_c (aSendKeys, "send-keys" , N_("export keys to a key server") ),
|
||||
ARGPARSE_c (aRecvKeys, "recv-keys" , N_("import keys from a key server") ),
|
||||
ARGPARSE_c (aSendKeys, "send-keys" , N_("export keys to a keyserver") ),
|
||||
ARGPARSE_c (aRecvKeys, "recv-keys" , N_("import keys from a keyserver") ),
|
||||
ARGPARSE_c (aSearchKeys, "search-keys" ,
|
||||
N_("search for keys on a key server") ),
|
||||
N_("search for keys on a keyserver") ),
|
||||
ARGPARSE_c (aRefreshKeys, "refresh-keys",
|
||||
N_("update all keys from a keyserver")),
|
||||
ARGPARSE_c (aLocateKeys, "locate-keys", "@"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue