mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-30 16:17:02 +01:00
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:
parent
00321a025f
commit
2768293b1e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user