1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-18 00:49:50 +02:00

(parse_rereadable_options): Use the new

DEFAULT_CACHE_TTL macro.
(main): Updated --gpgconf-list output.
This commit is contained in:
Werner Koch 2004-03-16 18:59:35 +00:00
parent e209ea3c39
commit a854459fc1

View File

@ -607,8 +607,9 @@ main (int argc, char **argv )
#define GC_OPT_FLAG_NO_ARG_DESC (1UL << 6)
printf ("gpgconf-gpg-agent.conf:%lu:\"%s\n",
GC_OPT_FLAG_DEFAULT, config_filename);
GC_OPT_FLAG_DEFAULT,
config_filename?config_filename:"/dev/null");
printf ("verbose:%lu:\n"
"quiet:%lu:\n"
"debug-level:%lu:\"none\":\n"