diff options
author | Werner Koch <wk@gnupg.org> | 2024-11-06 16:09:18 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2024-11-07 10:51:04 +0100 |
commit | b389e04ef5260628bfd8002e20873114a3d4fa4b (patch) | |
tree | 2a957f2fd163cddb85f479d77cc47704984fe3f9 /doc | |
parent | scd: Fix getinfo active_apps. (diff) | |
download | gnupg2-b389e04ef5260628bfd8002e20873114a3d4fa4b.tar.xz gnupg2-b389e04ef5260628bfd8002e20873114a3d4fa4b.zip |
gpgtar: Use log-file from common.conf only in --batch mode.
* tools/gpgtar.c (main): Do it.
--
This makes the interactive use of gpgtar more convenient and is more
aligned to what gpg and gpgsm do.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tools.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tools.texi b/doc/tools.texi index 6e95a81a3..7186c362a 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -2060,7 +2060,8 @@ implemented. @item --batch @opindex batch Use batch mode. Never ask but use the default action. This option is -passed directly to @command{gpg}. +passed directly to @command{gpg}. This option is also required to +activate the @option{log-file} in @file{common.conf} for this program. @item --yes @opindex yes |