mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Some tweaks to the agent startup.
This commit is contained in:
parent
54591341a4
commit
fd19a84c80
11 changed files with 88 additions and 196 deletions
|
@ -50,7 +50,6 @@ enum cmd_and_opt_values
|
|||
aCheckConfig,
|
||||
aListDirs,
|
||||
aReload
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
@ -72,7 +71,7 @@ static ARGPARSE_OPTS opts[] =
|
|||
N_("list global configuration file") },
|
||||
{ aCheckConfig, "check-config", 256,
|
||||
N_("check global configuration file") },
|
||||
{ aReload, "reload", 256, "@" },
|
||||
{ aReload, "reload", 256, N_("reload all or a given component")},
|
||||
|
||||
{ 301, NULL, 0, N_("@\nOptions:\n ") },
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue