tools: Let gpg-zip print a deprecation warning.

--
GnuPG-bug-id: 4251

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2018-11-15 16:13:52 +01:00
parent 00321a025f
commit 2768293b1e
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ Usage: gpg-zip [--help] [--version] [--encrypt] [--decrypt] [--symmetric]
Encrypt or sign files into an archive."
echo "gpg-zip: This script is deprecated - please use gpgtar instead." >&2
tar_verbose_opt="v"
while test $# -gt 0 ; do