diff options
author | Werner Koch <[email protected]> | 2022-03-22 09:19:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-03-22 09:19:55 +0000 |
commit | ed53d41b4c463072bac30b0e4c73f8bf445bd22d (patch) | |
tree | 70e419b21ec837f0f864304962bfc084f0c9e62f /doc/tools.texi | |
parent | dirmngr: Make WKD_GET work even for servers not handling SRV RRs. (diff) | |
download | gnupg-ed53d41b4c463072bac30b0e4c73f8bf445bd22d.tar.gz gnupg-ed53d41b4c463072bac30b0e4c73f8bf445bd22d.zip |
gpgtar: New option --with-log
* tools/gpgtar.c: New option --with-log.
* tools/gpgtar.h (opt): Add field with_log.
* tools/gpgtar-extract.c (gpgtar_extract): Move directory string
building up. Add option --log-file if needed.
* tools/gpgtar-create.c (gpgtar_create): Make tmpbuf static becuase it
is used outside of its scope.
* tools/gpgtar-list.c (gpgtar_list): Ditto.
Diffstat (limited to 'doc/tools.texi')
-rw-r--r-- | doc/tools.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tools.texi b/doc/tools.texi index cff649752..1632b1212 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -2025,6 +2025,11 @@ This option is passed directly to @command{gpg}. Write special status strings to the file descriptor @var{n}. See the file DETAILS in the documentation for a listing of them. +@item --with-log +@opindex with-log +When extracting an encrypted tarball also write a log file with the +gpg output to a file named after the extraction directory with the +suffix ".log". @item --set-filename @var{file} @opindex set-filename |