mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Add descriptions for --auto-key-import and --include-key-import
-- Actually we once had them but they got lost at some point. The German translation is also up-to-date now.
This commit is contained in:
parent
0b91fa0f13
commit
a95a31cd2f
2 changed files with 28 additions and 27 deletions
|
@ -752,11 +752,13 @@ static ARGPARSE_OPTS opts[] = {
|
|||
ARGPARSE_s_s (oAutoKeyLocate, "auto-key-locate",
|
||||
N_("|MECHANISMS|use MECHANISMS to locate keys by mail address")),
|
||||
ARGPARSE_s_n (oNoAutoKeyLocate, "no-auto-key-locate", "@"),
|
||||
ARGPARSE_s_n (oAutoKeyImport, "auto-key-import", "@"),
|
||||
ARGPARSE_s_n (oAutoKeyImport, "auto-key-import",
|
||||
N_("import missing key from a signature")),
|
||||
ARGPARSE_s_n (oNoAutoKeyImport, "no-auto-key-import", "@"),
|
||||
ARGPARSE_s_n (oAutoKeyRetrieve, "auto-key-retrieve", "@"),
|
||||
ARGPARSE_s_n (oNoAutoKeyRetrieve, "no-auto-key-retrieve", "@"),
|
||||
ARGPARSE_s_n (oIncludeKeyBlock, "include-key-block", "@"),
|
||||
ARGPARSE_s_n (oIncludeKeyBlock, "include-key-block",
|
||||
N_("include the public key in signatures")),
|
||||
ARGPARSE_s_n (oNoIncludeKeyBlock, "no-include-key-block", "@"),
|
||||
ARGPARSE_s_n (oDisableDirmngr, "disable-dirmngr",
|
||||
N_("disable all access to the dirmngr")),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue