diff options
author | Werner Koch <[email protected]> | 2023-01-26 10:39:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-01-26 10:40:10 +0000 |
commit | 1ab21c82c342618051319c93125945c62142ec03 (patch) | |
tree | 5536b29cedf6e8f03d1b0701a6c03004f37b9955 /doc/tools.texi | |
parent | po: Update Japanese Translation. (diff) | |
download | gnupg-1ab21c82c342618051319c93125945c62142ec03.tar.gz gnupg-1ab21c82c342618051319c93125945c62142ec03.zip |
gpgtar: Allow decryption from stdin.
* tools/gpgtar.c (main): Revamp switch and fix usage test for aDecrypt
and aList.
--
GnuPG-bug-id: 6355
Diffstat (limited to 'doc/tools.texi')
-rw-r--r-- | doc/tools.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/tools.texi b/doc/tools.texi index e22a2285f..5fa21c66a 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -1907,6 +1907,8 @@ Put given files and directories into a vanilla ``ustar'' archive. @item --extract @opindex extract Extract all files from a vanilla ``ustar'' archive. +If no file name is given (or it is "-") the archive is taken from +stdin. @item --encrypt @itemx -e @@ -1918,7 +1920,8 @@ be decrypted via a secret key or a passphrase. @item --decrypt @itemx -d @opindex decrypt -Extract all files from an encrypted archive. +Extract all files from an encrypted archive. If no file name is given +(or it is "-") the archive is taken from stdin. @item --sign @itemx -s @@ -1929,7 +1932,8 @@ encrypted archive. @item --list-archive @itemx -t @opindex list-archive -List the contents of the specified archive. +List the contents of the specified archive. If no file name is given +(or it is "-") the archive is taken from stdin. @item --symmetric @itemx -c |