aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-10-14 08:32:55 +0000
committerWerner Koch <[email protected]>2010-10-14 08:32:55 +0000
commitfd19a84c805099c4f672a3d0968c87d305c647a9 (patch)
treee90ffb4e55c30b71518eff3ca26aab594056c755 /tools/gpgconf.c
parentMore agent support for gpg. (diff)
downloadgnupg-fd19a84c805099c4f672a3d0968c87d305c647a9.tar.gz
gnupg-fd19a84c805099c4f672a3d0968c87d305c647a9.zip
Some tweaks to the agent startup.
Diffstat (limited to '')
-rw-r--r--tools/gpgconf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c
index 222bc48f8..d6c333792 100644
--- a/tools/gpgconf.c
+++ b/tools/gpgconf.c
@@ -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 ") },