diff options
author | Werner Koch <[email protected]> | 2021-04-20 08:27:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-04-20 08:27:04 +0000 |
commit | b657d6c3bd8103d40d511a3293313a891a26a9f5 (patch) | |
tree | 806f989897e70bb9020f83bc2c1f7b9d38e463a1 /doc/examples | |
parent | sm: New command --show-certs (diff) | |
download | gnupg-b657d6c3bd8103d40d511a3293313a891a26a9f5.tar.gz gnupg-b657d6c3bd8103d40d511a3293313a891a26a9f5.zip |
gpgconf: Fix a diagnostic output.
* tools/gpgconf-comp.c (gc_component_launch): Fix diagnostic.
* doc/examples/common.conf: Fix example.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/common.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/common.conf b/doc/examples/common.conf index 786feae58..d58c43c3b 100644 --- a/doc/examples/common.conf +++ b/doc/examples/common.conf @@ -19,4 +19,4 @@ # standard logging socket (socket://) or a tcp server (tcp://ip:port). # If a file name is given the name of the component is internally # appended. -#socket:// +#log-file socket:// |